I followed tutorials on how to implement the services of a google game for Android, and as a result a simple google + sign appeared. I tried to somehow log in before fixing the problem. And now I canβt log in to this account, but I can if I use another.
Error with first account:
06-05 16:49:03.226: W/dqi(19754): Authentication error: Unable to respond to any of these challenges: {bearer=WWW-Authenticate: Bearer realm="https://www.google.com/accounts/AuthSubRequest", error=invalid_token} 06-05 16:49:03.226: E/Volley(19754): [4376] il.a: Unexpected response code 401 for https://www.googleapis.com/games/v1/players/115167649949168063107 06-05 16:49:03.515: W/dqi(19754): Authentication error: Unable to respond to any of these challenges: {bearer=WWW-Authenticate: Bearer realm="https://www.google.com/accounts/AuthSubRequest", error=invalid_token} 06-05 16:49:03.515: E/Volley(19754): [4376] il.a: Unexpected response code 401 for https://www.googleapis.com/games/v1/players/115167649949168063107 06-05 16:49:04.280: W/dqi(19754): Authentication error: Unable to respond to any of these challenges: {bearer=WWW-Authenticate: Bearer realm="https://www.google.com/accounts/AuthSubRequest", error=invalid_token} 06-05 16:49:04.280: E/Volley(19754): [4375] il.a: Unexpected response code 401 for https://www.googleapis.com/games/v1/players/115167649949168063107 06-05 16:49:04.593: W/dqi(19754): Authentication error: Unable to respond to any of these challenges: {bearer=WWW-Authenticate: Bearer realm="https://www.google.com/accounts/AuthSubRequest", error=invalid_token} 06-05 16:49:04.593: E/Volley(19754): [4375] il.a: Unexpected response code 401 for https://www.googleapis.com/games/v1/players/115167649949168063107 06-05 16:49:04.648: E/SignInIntentService(19754): User has not completed registration. 06-05 16:49:04.648: E/SignInIntentService(19754): aol 06-05 16:49:04.648: E/SignInIntentService(19754): at ajy.a(SourceFile:108) 06-05 16:49:04.648: E/SignInIntentService(19754): at abm.a(SourceFile:213) 06-05 16:49:04.648: E/SignInIntentService(19754): at abm.a(SourceFile:194) 06-05 16:49:04.648: E/SignInIntentService(19754): at aav.a(SourceFile:486) 06-05 16:49:04.648: E/SignInIntentService(19754): at aqu.a(SourceFile:221) 06-05 16:49:04.648: E/SignInIntentService(19754): at com.google.android.gms.games.service.GamesSignInIntentService.onHandleIntent(SourceFile:343) 06-05 16:49:04.648: E/SignInIntentService(19754): at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65) 06-05 16:49:04.648: E/SignInIntentService(19754): at android.os.Handler.dispatchMessage(Handler.java:99) 06-05 16:49:04.648: E/SignInIntentService(19754): at android.os.Looper.loop(Looper.java:137) 06-05 16:49:04.648: E/SignInIntentService(19754): at android.os.HandlerThread.run(HandlerThread.java:60)
The result is a small dialog box with an unknown error.
I assume that his cache is stored somewhere in this application when I allowed to use my G + account. How can I cancel this so that it works again with my first account?
source share