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 from Google. Do I need to enable the scope in OAuth Consent screen and send justifications?
Your project has recently accessed these scopes, which were not included in your verification request:
https://www.googleapis.com/auth/contacts.readonly
If you need access to these additional scopes:
Add the scopes listed above to your project in your Google Cloud Console.
Click 'Submit for verification'. Provide justification for additional scope(s) and create a new demo video showing login and use of the new scope(s)
Please help me with this.