app "wants additional access to your Google Account"
See original GitHub issueHi folks
Can someone explain to me why it asks for “additional access”, if I’m only requesting the user e-mail and profile?
Is there a way to remove this message? I already received a 1-star review on google play because of it. Some paranoid users think that my app is “suspicious” because of that, but I’m only getting user name/email to create their accounts.
capacitor.config.json
"GoogleAuth": {
"scopes": ["profile", "email"],
...
EDIT: I tried removing the profile scope but it doesn’t work at all
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:16
Top Results From Across the Web
Use your Google Account to sign in to other apps or services
On your Android phone or tablet, open your device's Settings app · At the top, tap Security. · Scroll down to "Signing in...
Read more >APP_NAME wants additional access to your Google account
I'm using the Google 3P Authorization JavaScript Library for websites. I followed this documentation in my implementation. It just seems weird ...
Read more >Granting Others Access to Your Google Apps Account
Under 'Grant access to your account,' click the Add another account link. Enter the email address of the person you'd like to access...
Read more >How to grant apps access to google account 2022 - YouTube
How to grant apps access to google account 2022➳ Powered By: https://www.outsource2bd.comGo to the Security section of your Google Account.
Read more >How to Stop Apps from Accessing Your Google Account
Honestly, you'll probably be fine if you let a bunch of apps access your Google account, because the most sensitive data is still...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
thanks, switch to use this plugin instead fixes the problem 👍
@jonit-dev fyi After I wasted days of investigation, I removed CodetrixStudio/CapacitorGoogleAuth and installed @ionic-native/google-plus, which works fine (with the same OAuth consent screen configuration, clientID and scopes) it doesn’t show the “untrusted” screen