Youtube 请求被阻止
Youtube Request gets blocked
我想使用我创建的 Android Youtube API
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): }
我还需要做什么才能使 google 不阻止我的请求?要求
每个用户的限制是每天 3000 个,我用了 0 个。
在您的 Google 开发人员仪表板中,单击凭据并查看您的 API 密钥是由引荐来源网址还是 IP 设置的。如果它受到限制,请确保它与您的引荐来源网址或 IP 匹配。
我想使用我创建的 Android Youtube API 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): }
我还需要做什么才能使 google 不阻止我的请求?要求 每个用户的限制是每天 3000 个,我用了 0 个。
在您的 Google 开发人员仪表板中,单击凭据并查看您的 API 密钥是由引荐来源网址还是 IP 设置的。如果它受到限制,请确保它与您的引荐来源网址或 IP 匹配。