I keep getting an error that my app needs to be verified when either I or another user try to authorize with OAuth2. What does that mean?

独自空忆成欢 提交于 2019-11-26 22:44:19

问题


I received this error when trying to authorize my app with my own account:

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

When I use a different account, the error message is different:

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.

回答1:


As per the announcement on May 11, 2017, publicly available applications with access to certain user data must pass review. If you see an access error for your app, submit a request using our OAuth Developer Verification form.

For personal-use apps and those you are testing, join the Google group Risky Access Permissions By Unreviewed Apps, which allows you to approve data access for personal and testing accounts. See the Google API Services User Data Policy for more information.

UPDATE: Corrected broken link to form.



来源:https://stackoverflow.com/questions/43928334/i-keep-getting-an-error-that-my-app-needs-to-be-verified-when-either-i-or-anothe

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!