嗨,亲爱的,我在youtube api/v3上工作。我创建了一个Api键(不是浏览器键)。我在我的account.But上启用了所有必需的API,我正在经历这个错误,我在这里发布。
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "ipRefererBlocked",
"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.",
"extendedHelp": "https://console.developers.google.com"
}
],
"code": 403,
"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."
}
这是我的查询URL url --关于我的问题的任何帮助都是预先appreciated.Thanks的
发布于 2016-01-26 07:53:56
在> API >凭据中。检查部分,接受来自这些HTTP (网站)的请求。
https://stackoverflow.com/questions/35008987
复制相似问题