2014-03-28 118 views
0

我在檢索類別列表時遇到問題。 我跟着從文檔: https://developers.google.com/youtube/v3/docs/guideCategories/listGoogle API - YouTube - GuideCategories:列表(Android)

我發送一個GET請求是這樣的: https://www.googleapis.com/youtube/v3/guideCategories?part=snippet&regionCode=us&key=MY_APP_KEY

我得到這樣的迴應:

{ "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." }} 

正在發生的事情你知道嗎?

我創建了鑰匙插進: https://console.developers.google.com/project/apps~angular-spider-465/apiui/credential

我有其他的按鍵那裏,我用它來上傳視頻,使用谷歌地圖,並能正常工作。 我只有問題才能獲取類別列表。

謝謝!

回答

0

我發現了錯誤。 要獲得類別我不能使用Android密鑰。 我必須使用瀏覽器密鑰。 我不知道爲什麼,但它工作!