简体   繁体   English

在 GCP 中没有获得 OAuth 验证的“提交验证”按钮

[英]Not getting the "Submit for verification" button for OAuth verification in GCP

I have created a Gmail/Calendar add-on in Google Apps Script and I want to publish it to the marketplace.我在 Google Apps 脚本中创建了一个 Gmail/Calendar 插件,我想将它发布到市场上。

I am following the steps at https://developers.google.com/workspace/marketplace/configure-oauth-consent-screen#fill_out_the_oauth_consent_screen .我正在按照https://developers.google.com/workspace/marketplace/configure-oauth-consent-screen#fill_out_the_oauth_consent_screen中的步骤操作。 I am on the "Submit for OAuth verification" step which leads to https://support.google.com/cloud/answer/9110914#submit-howto .我正在进行“提交 OAuth 验证”步骤,该步骤导致https://support.google.com/cloud/answer/9110914#submit-howto It says:它说:

  1. Click the Edit App button.单击编辑应用程序按钮。
  2. Enter the information required on the configuration page, and then click Submit for verification .在配置页面填写所需信息,然后点击提交验证 If the submit for verification button does not appear at the end of the configuration pages, save what you have completed and repeat steps 1-4.如果提交验证按钮没有出现在配置页面的末尾,请保存您已完成的内容并重复步骤 1-4。

I have gone through all the steps but the Submit for verification never comes up.我已经完成了所有步骤,但提交验证从未出现。 I'm not sure what I am doing wrong?我不确定我做错了什么?

在此处输入图像描述

在此处输入图像描述

在此处输入图像描述

在此处输入图像描述

Your first problem is that you do not have a domain name that you own/control.您的第一个问题是您没有自己拥有/控制的域名。 gmail.com and github.com are not owned by you. gmail.com 和 github.com 不属于您。

Verify your site ownership 验证您的网站所有权

Your second problem is that you are requesting restricted scopes.您的第二个问题是您要求限制范围。 Google will probably demand a security audit.谷歌可能会要求进行安全审计。 Sensitive scopes can also trigger an audit.敏感范围也可以触发审计。

To verify, create another client and remove the sensitive and restricted scopes and add a domain name that you own/control.要验证,请创建另一个客户端并删除敏感和受限范围并添加您拥有/控制的域名。 To read more about the effect of scopes and possible exceptions:要阅读有关范围的影响和可能的异常的更多信息:

Sensitive and Restricted Scopes 敏感和受限范围

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM