首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >执行时youTube Api键抛出错误

执行时youTube Api键抛出错误
EN

Stack Overflow用户
提问于 2016-01-26 07:46:30
回答 1查看 765关注 0票数 0

嗨,亲爱的,我在youtube api/v3上工作。我创建了一个Api键(不是浏览器键)。我在我的account.But上启用了所有必需的API,我正在经历这个错误,我在这里发布。

代码语言:javascript
复制
"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的

EN

回答 1

Stack Overflow用户

发布于 2016-01-26 07:53:56

在> API >凭据中。检查部分,接受来自这些HTTP (网站)的请求。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/35008987

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档