Youtube请求被屏蔽

时间:2015-04-25 14:46:59

标签: android youtube-api android-youtube-api

我想使用我创建的Android Youtube API 谷歌控制台中的API密钥,并将其添加到我的项目中。 现在,当我执行Youtube查询时,我收到以下消息:

04-25 16:41:05.899: W/System.err(7213): com.google.api.client.googleapis.json.GoogleJsonResponseException: 403 Forbidden
04-25 16:41:05.900: W/System.err(7213): {
04-25 16:41:05.900: W/System.err(7213):   "code" : 403,
04-25 16:41:05.900: W/System.err(7213):   "errors" : [ {
04-25 16:41:05.900: W/System.err(7213):     "domain" : "usageLimits",
04-25 16:41:05.900: W/System.err(7213):     "message" : "There is a per-IP or per-Referer restriction configured on your API key and the request does not match these restrictions. Please use the Google Developers Console to update your API key configuration if request from this IP or referer should be allowed.",
04-25 16:41:05.900: W/System.err(7213):     "reason" : "ipRefererBlocked",
04-25 16:41:05.900: W/System.err(7213):     "extendedHelp" : "https://console.developers.google.com"
04-25 16:41:05.900: W/System.err(7213):   } ],
04-25 16:41:05.900: W/System.err(7213):   "message" : "There is a per-IP or per-Referer restriction configured on your API key and the request does not match these restrictions. Please use the Google Developers Console to update your API key configuration if request from this IP or referer should be allowed."
04-25 16:41:05.900: W/System.err(7213): }

我还需要做些什么来让谷歌不阻止我的请求?请求 每位用户的限制是每天3000,我使用了0。

1 个答案:

答案 0 :(得分:1)

在您的Google开发人员信息中心中,点击“凭据”,然后查看您的API密钥是由引荐来源还是通过IP设置的。如果有限,请确保它与您的推荐人或IP匹配。

Public API access