小编Jon*_*han的帖子

每天查询的YouTube Data API v3配额设置为0

我们正在使用YouTube Data API v3很长一段时间但突然之间它开始响应错误403,说明需要启用访问权限.

这是错误消息:

{
  "code": 403,
  "errors": [
    {
      "domain": "usageLimits",
      "message": "Access Not Configured. YouTube Data API has not been used in project {projectId} before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/youtube.googleapis.com/overview?project={projectId} then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.",
      "reason": "accessNotConfigured",
      "extendedHelp": "https://console.developers.google.com/apis/api/youtube.googleapis.com/overview?project={projectId}"
    }
  ],
  "message": "Access Not Configured. YouTube Data API has not been used in project {projectId} before …
Run Code Online (Sandbox Code Playgroud)

youtube youtube-api youtube-data-api

8
推荐指数
1
解决办法
630
查看次数

标签 统计

youtube ×1

youtube-api ×1

youtube-data-api ×1