Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/delphi/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Youtube api YouTube数据API停止工作,出现“accessNotConfigured”错误_Youtube Api_Youtube Data Api - Fatal编程技术网

Youtube api YouTube数据API停止工作,出现“accessNotConfigured”错误

Youtube api YouTube数据API停止工作,出现“accessNotConfigured”错误,youtube-api,youtube-data-api,Youtube Api,Youtube Data Api,很长一段时间以来,我们一直在使用相同的谷歌云项目和API密钥访问YouTube数据API v3。今天,所有请求开始失败,出现以下错误: { "domain": "usageLimits", "reason": "accessNotConfigured", "message": "Access Not Configured. YouTube Data API has not been used in project PROJECT_ID before or it is di

很长一段时间以来,我们一直在使用相同的谷歌云项目和API密钥访问YouTube数据API v3。今天,所有请求开始失败,出现以下错误:

{
    "domain": "usageLimits",
    "reason": "accessNotConfigured",
    "message": "Access Not Configured. YouTube Data API has not been used in project PROJECT_ID before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/youtube.googleapis.com/overview?project=PROJECT_ID then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.",
    "extendedHelp": "https://console.developers.google.com/apis/api/youtube.googleapis.com/overview?project=PROJECT_ID"
}
然而,YouTube数据API v3一直处于启用状态,并且一直工作到今天。我们还在配额页面中看到每日配额为0,无法更改


最近有什么变化吗?不确定我们可以尝试什么使其再次工作。

请参考此示例。youtube显然已限制您的项目使用当前API密钥尝试重新生成新API密钥或创建新项目并生成新密钥。

请参考此示例。youtube显然已限制您的项目使用当前API密钥。请尝试重新生成新API密钥或创建新项目并生成新密钥。

谢谢!我尝试过使用另一个已经创建的项目中的另一个API密钥,但没有机会返回相同的错误。我应该从头开始创建一个新项目吗?谢谢!我尝试过使用另一个已经创建的项目中的另一个API密钥,但没有机会返回相同的错误。我应该从头开始创建一个新项目吗?