gpt4 book ai didi

http - 为什么 google oauth2 playground 无法返回数据?

转载 作者:可可西里 更新时间:2023-11-01 16:18:08 28 4
gpt4 key购买 nike

我正在使用 google playground 学习 oauth2,我正在尝试这个请求:

https://www.googleapis.com/youtube/v3/activities?part=snippet

并收到此响应:

{
"error": {
"code": 403,
"message": "Access Not Configured. Please use Google Developers Console to activate the API for your project.",
"errors": [
{
"domain": "usageLimits",
"message": "Access Not Configured. Please use Google Developers Console to activate the API for your project.",
"reason": "accessNotConfigured"
}
]
}
}

在授权选项卡上,我请求访问所有 yoututbe v3 api 范围,并根据请求授予访问权限。我假设我正在形成错误的查询参数?我是 oauth 的新手,不知道它是如何工作的。

最佳答案

我相信您需要在 playground 中为这个特定的 API 使用您自己的 oauth clientID 和密码。如果您单击右上角的齿轮按钮并单击 playground 中“使用您自己的凭据”上的复选标记,您应该能够输入您的凭据。

enter image description here

您可以按照此处的说明获取自己的 OAuth 凭证:https://developers.google.com/youtube/registering_an_application

哦,当您第一次为您的项目创建 OAuth 凭据时,请确保您在 APIS & AUTH -> Consent 屏幕下为您的应用程序命名并提供电子邮件。

而且您的查询中还缺少一件事......您还需要指定一个过滤器。看看你是否至少可以让这个工作:

获取 https://www.googleapis.com/youtube/v3/activities?part=snippet&home=true

关于http - 为什么 google oauth2 playground 无法返回数据?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24607825/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com