YouTube Data API V3 - 未配置错误访问

时间:2014-09-12 19:18:53

标签: youtube-api

我在使用新的YouTube Data API V3时遇到了问题。

我仍在使用V2版本,但我计划将我的Web应用程序迁移到新版本。在使用Web浏览器调用一些测试后输入:

https://www.googleapis.com/youtube/v3/videos?id=TYkPtAmJn4E&key= ******************* &安培;部分=片断,contentDetails,统计,状态

我收到以下错误:

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

我声明应该正确配置控制台,正如您可以从附加的图像中看到的那样,因为它使用V2版本的API可以正常运行一年多。

你能帮我解决这个问题吗?

感谢!

1 个答案:

答案 0 :(得分:0)

您必须创建项目,启用Data API v3 from console并使用您为该项目创建的凭据。