Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

This app isn't verified This app hasn't been verified by Google yet. Only proceed if you know and trust the developer

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).

error message before consent

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?

Thank you.,

like image 836
Prakash Avatar asked Aug 01 '17 12:08

Prakash


People also ask

How do I get Google to verify an app?

Go to Settings > Security > Verify apps if you are running Android 4.2 or higher.

How long does it take for Google to verify an app?

Apps that request sensitive scopes must verify that they follow Google's API Services User Data Policy and will not have to undergo an independent, third-party security assessment. This sensitive scopes verification process typically takes 3-5 business days to complete.

How do I enable Verify apps?

The Verify apps feature helps you protect your phone from potentially harmful apps. When it's turned on, your phone will be able to block the installation of apps and remove apps if security threats are detected. Go to Settings > Google > Security. Under Verify apps, turn on Scan device for security threats.


1 Answers

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 form but before it is recommended to follow steps here

like image 116
Khalil M Avatar answered Oct 05 '22 03:10

Khalil M