我使用新的YouTube數據API V3時遇到問題。YouTube數據API V3 - 錯誤訪問未配置
我仍在使用V2版本,但我計劃將我的Web應用程序遷移到新版本。
https://www.googleapis.com/youtube/v3/videos?id=TYkPtAmJn4E&key=******************* &部分=片斷,contentDetails,數據統計,狀況
:使用Web瀏覽器的類型做一些測試與呼叫後我收到以下錯誤:
{
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "accessNotConfigured",
"message": "Access Not Configured. Please use Google Developers Console to activate the API for your project."
}
],
"code": 403,
"message": "Access Not Configured. Please use Google Developers Console to activate the API for your project."
}
}
我聲明,控制檯應該被正確配置,你可以從所附的圖片看,因爲它工作正常時間超過一年的V2版本API。
你能幫我解決這個問題嗎?
謝謝。
問題解決:在Developers Console - 公共API訪問設置引用者「允許任何引用者」,然後重新生成密鑰! ... 謝謝! – 2014-11-17 23:02:58
這意味着什麼幫助 – 2016-11-28 08:51:25