gpt4 book ai didi

google-chrome-extension - 错误 403 : access_denied The developer hasn’t given you access to this app despite a new project being created

转载 作者:行者123 更新时间:2023-12-03 17:43:38 30 4
gpt4 key购买 nike

这个问题在这里已经有了答案:





“Error 403: access_denied” from Google authentication web api despite google account being owner

(2 个回答)


8 个月前关闭。




请注意:这不是重复的,因为我遵循了 SO仅通过创建新项目来验证答案,但它不起作用。另外我的情况是来自开发控制台的 chrome 扩展或 chrome 应用程序客户端 ID。
错误:

Error 403: access_deniedThe developer hasn’t given you access to this app. It’s currently being tested and it hasn’t been verified by Google. If you think you should have access, contact the developer


尽管如此,就像我从所有者帐户访问它的另一篇文章一样。同时,我不能对那个帖子的答案发表评论,因为我的声誉不够高。
尽管如此,
我正在尝试通过以下方式从用户检索访问 token :
list .json:
{
"manifest_version": 2,
"name": "To be named",
"description": "This extension helps...",
"version": "0.1.0",
"browser_action":{
"default_popup":"popup.html"
},
"permissions": [
"storage",
"identity",
"identity.email",
"http://127.0.0.1:5000/Time"
],

"oauth2":{
"client_id":"10977...esr6.apps.googleusercontent.com",
"scopes":["https://www.googleapis.com/auth/userinfo.profile"]
},
"background": {
"scripts": ["background.js"],
"persistent": false
},
"content_scripts": [{
"matches": ["https://www.blank.org/"],
"js": ["content.js"],
"css": ["styles.css"]
}]
}
背景.js:
chrome.identity.getAuthToken({ 'interactive': true }, function(token) {
if (token){alert('token is ' + token)}
else{alert('token not present')}
});
P.S:我在测试阶段不想走验证路线。此外,我希望所有者不需要验证。

最佳答案

解决方案:

  • 转到您的 developer console .
  • 转到 OAuth 同意屏幕。
  • 转到+添加用户,测试用户。
  • 为测试添加用户(甚至
    所有者的电子邮件地址,如果没有它就不能工作)
  • 关于google-chrome-extension - 错误 403 : access_denied The developer hasn’t given you access to this app despite a new project being created,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65756266/

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