0
由於與涉及到Youtube API第3版標籤YouTube工程師監視器堆棧溢出中的錯誤的Youtube API第3版蟒例子
當執行:
#!/usr/bin/python
from apiclient.discovery import build
from apiclient.errors import HttpError
from oauth2client.tools import argparser
我收到以下錯誤:從
apiclient.discovery import build ImportError:No module named apiclient.discovery
Please Google Engineers co對樣本進行糾正,以便從API開始的人不會陷入這種錯誤。
你試過報告爲一個錯誤? https://code.google.com/p/gdata-issues/issues/entry?template=YouTube%20(Defect%20Report) – DaImTo
我按照https://developers.google.com/youtube/v3中的建議使用了StackOverflow /支持,因爲它是文檔而不是API的錯誤。似乎谷歌工程師正在監控這裏有特定標籤的問題。 – jordipala