Where to revoke Google API permissions granted on Android?

后端 未结 8 1748
抹茶落季
抹茶落季 2021-01-04 21:54

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/sa

8条回答
  •  滥情空心
    2021-01-04 22:22

    Two steps to trigger the authorization page again:

    1. go to https://accounts.google.com/IssuedAuthSubTokens to revoke the app you want. This will clear the permissions from server side.
    2. go to your android device's settings->Data and time: fast-forward your time by a day or two. This will force the current token to expire.

提交回复
热议问题