Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to revoke Google API permissions granted on Android?

I'm working with some sample code here:

http://code.google.com/p/google-api-java-client/source/browse/picasa-android-sample/src/main/java/com/google/api/services/samples/picasa/android/PicasaSample.java?repo=samples

I authorized access in my Android app, but I cannot find where to now revoke access, so I can run through it again. Uninstalling the APK does not seem to reset any permissions.

like image 271
gdonald Avatar asked Dec 19 '11 12:12

gdonald


People also ask

How do I revoke Google permissions?

Go to the Security section of your Google Account. Under “Third-party apps with account access,” select Manage third-party access. Select the app or service you want to remove. Select Remove Access.

Can I turn off permissions for Google Play services?

Once again, follow the steps above to get to the Play Services app page in your Settings. This time, tap on Permissions. Tap the permission you want to revoke. Tap the Don't allow option.


1 Answers

I believe if you go to https://accounts.google.com/IssuedAuthSubTokens it should list your application under "Connected Sites, Apps and Services" from there you can revoke access.

like image 95
David Waters Avatar answered Oct 16 '22 09:10

David Waters