Questions tagged [google-app-verification]

Google application verification is the process that developer must go though in order to verify an external app with a configured consent screen using sensitive scopes.

All external apps that have a consent screen configured on Google cloud platform must go though a verification process.

Prior to going though this process an app is considered to be unverified. see (Unverified apps)

4 questions
1
vote
1 answer

Facing Issue in "App Verification" in "Facebook monetization Manager"

in "App Verification" in "Facebook Monetization Manager" I have only one option which is "Submit for review" but in past there was another option which was "send code on email" but now there in no option of send email. can anyone guide why there is…
1
vote
1 answer

Lowest scope to get user Timezone information

We are trying to get access to the Timezone of the user or of his/her primary calendar. What is the lowest scope in order to do this? Currently we are using "https://www.googleapis.com/auth/calendar.readonly" If we check the main scopes…
0
votes
1 answer

Google OAuth 2.0 Social SignIn Verification

I am trying to add social sign-in functionality to an app which is served via Azure B2C and although I have ran through the Google documentation I am still not sure if the Google app needs verification or not. The application is public - therefore…
0
votes
0 answers

Google OAuth consent screen - Contacts API access

Google cloud console OAuth consent screen, I got the below email from Google. No part of my app access to contacts. my guess is may be I am using flutter share_plus package to share the app with other users, is this why I am getting the below email…