Java 此应用程序尚未验证 此应用程序尚未通过 Google 验证。只有在您了解并信任开发商的情况下才能继续
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/45437557/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
This app isn't verified This app hasn't been verified by Google yet. Only proceed if you know and trust the developer
提问by Prakash
Hi I have developed an web application using google app engine, for google shared domain contact
, Its working fine when I am running it in the localhost but when I deploy that application into google app engine it showing warning screen before user conforming for consent(as shown in the image).
嗨,我已经使用谷歌应用程序引擎开发了一个 Web 应用程序,因为google shared domain contact
当我在本地主机中运行它时它工作正常,但是当我将该应用程序部署到谷歌应用程序引擎时,它在用户同意同意之前显示警告屏幕(如图所示) )。
I am using 2 scope http://www.google.com/m8/feeds/contacts/
and https://www.googleapis.com/auth/userinfo.email
. when I try to add a user information in the google shared contact I am getting a exception message as www.google.com
. How can I resolve the problem? am i need to verify my application in the oauth_app_verification
. Can any one solve this?
我正在使用 2 个范围http://www.google.com/m8/feeds/contacts/
和https://www.googleapis.com/auth/userinfo.email
. 当我尝试在 google 共享联系人中添加用户信息时,我收到一条异常消息www.google.com
。我该如何解决问题?我需要在oauth_app_verification
. 任何人都可以解决这个问题吗?
Thank you.,
谢谢。,
回答by Khalil M
You need to go through the verification process before you launch your app. This new process came recently to protect user's data. You can start the verification by submitting this formbut before it is recommended to follow steps here
在启动应用程序之前,您需要完成验证过程。这个新过程是最近出现的,目的是保护用户的数据。您可以通过提交此表单开始验证,但在此之前建议按照此处的步骤操作