Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/search/2.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
Google api 我不断收到一个错误,当我或其他用户尝试使用OAuth2进行授权时,我的应用程序需要验证。这是什么意思?_Google Api_Google Oauth_Gmail Api_Google Contacts Api - Fatal编程技术网

Google api 我不断收到一个错误,当我或其他用户尝试使用OAuth2进行授权时,我的应用程序需要验证。这是什么意思?

Google api 我不断收到一个错误,当我或其他用户尝试使用OAuth2进行授权时,我的应用程序需要验证。这是什么意思?,google-api,google-oauth,gmail-api,google-contacts-api,Google Api,Google Oauth,Gmail Api,Google Contacts Api,我在尝试使用自己的帐户授权我的应用程序时收到此错误: Your project is trying to access scopes that need to go through the verification process. {invalid=https://www.googleapis.com/auth/contacts} If you need to use one of these scopes, submit a verification request. Learn Mor

我在尝试使用自己的帐户授权我的应用程序时收到此错误:

Your project is trying to access scopes that need to go through the verification process.

{invalid=https://www.googleapis.com/auth/contacts}

If you need to use one of these scopes, submit a verification request. Learn More
当我使用不同的帐户时,错误消息不同:

This app hasn’t been verified to access:
{invalid=https://www.googleapis.com/auth/contacts}


Are you the developer? If this project needs these scopes, sign in to an account with access to edit your project and try again.

If not, contact the developer for help.
根据2017年5月11日发布的公告,可访问特定用户数据的公开应用程序必须通过审查。如果您看到应用程序的访问错误,请使用我们的表单提交请求

对于个人使用的应用程序和您正在测试的应用程序,请加入谷歌集团,该集团允许您批准个人和测试帐户的数据访问。有关更多信息,请参阅


更新:更正了表单的断开链接。

这是的正确URL。我已经加入了谷歌集团-通常多长时间才能允许我使用自己的帐户进行测试?如果谷歌的任何人都在为上帝的爱而阅读这篇文章,请考虑写得更好,SpunFED文档,因为这个猜谜游戏是荒谬的。@ SimeTon在加入谷歌集团之后,我立即可以使用我自己的帐户进行测试。我还就申请OAuth审查做了一个讨论。我希望它对任何面临这个问题的人都有用,尽管我是专门为CloudSpunde客户编写的。哇,谁知道要这么做?据我所见,它没有直接出现在GoogleAPI的OAuth2文档中,也没有链接到,错误消息在调试问题时完全没有用处。这个答案为我节省了很多时间/挫败感,谢谢!链接的组现在标记为已阻止。是否有关于如何加入该小组的最新信息?