2

How to revoke the authorization and not the token using the Google Drive SDK v2 for Android ?

Giuseppe
  • 1,079
  • 13
  • 31

2 Answers2

1

See this question: Where to revoke Google API permissions granted on Android?

See the solution from "AndroidDev", I am using his solution and it is working for me.

Community
  • 1
  • 1
tcboy88
  • 1,063
  • 1
  • 9
  • 23
-2

Revoking the token and the authorization are the same thing. Go here and revoke it:

https://accounts.google.com/b/0/IssuedAuthSubTokens

Ali Afshar
  • 40,967
  • 12
  • 95
  • 109