jimsis
jimsis

Reputation: 311

How to remove Android OAuth2 permission I granted myself

Today I managed to make the Google Play Services Sample OAuth Android program work.

I granted myself Scope to 'View basic information about your account' and retrieve my name.

Question is, how do I remove this now that it has been granted. I know I can invalidate the token through code but was wondering how do it within my google account.

From https://www.google.com/settings/security Then taking 'View Account Permissions' I expected to see and entry for MyOauthTwo but unfortunately not.

Am I looking in the correct place? If not then where should I be looking.

I have two accounts on my phone one I gave access to and one I cancelled out of. The one still has access currently so I expected it to be present.

Any help as usual would be appreciated.

Regards,

Jim

Upvotes: 4

Views: 1336

Answers (2)

Yale
Yale

Reputation: 333

You're looking in the right place. I had a similar problem and found I had to log in to https://www.google.com/settings/security from each account separately.

Upvotes: 0

Patrick Dattilio
Patrick Dattilio

Reputation: 1814

Try going to https://cloud.google.com/console/project, APIs & auth, Consent Screen, and change the Product Name to something recognizable.

The default name is easily missed if you have a large list of account permissions.

Upvotes: 1

Related Questions