Recently, I got this error, when android app access GAE API. It worked before, and I don't change anything.
07-22 13:42:28.786: I/GLSUser(1569): [GLSUser] getAuthtoken(<ELLIDED:20447>, oauth2:https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/calendar) -> status: UNKNOWN) 07-22 13:42:28.786: I/GLSUser(1569): [GLSUser] Extracting token using key: Auth gms.StatusHelper Status from wire: INVALID_KEY status: null 07-22 13:42:28.786: W/System.err(19213): com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAuthIOException 07-22 13:42:28.796: W/System.err(19213): at com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential$RequestHandler.intercept(GoogleAccountCredential.java:308) 07-22 13:42:28.796: W/System.err(19213): at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:854) 07-22 13:42:28.796: W/System.err(19213): at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:410) 07-22 13:42:28.796: W/System.err(19213): at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:343) 07-22 13:42:28.796: W/System.err(19213): at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:460) 07-22 13:42:28.796: W/System.err(19213): at com.viziner.cleaninghouse.api.APIAsyncTask.doInBackground(APIAsyncTask.java:312) 07-22 13:42:28.796: W/System.err(19213): at com.viziner.cleaninghouse.api.APITask.doInBackground(APITask.java:1) 07-22 13:42:28.796: W/System.err(19213): at android.os.AsyncTask$2.call(AsyncTask.java:288) 07-22 13:42:28.796: W/System.err(19213): at java.util.concurrent.FutureTask.run(FutureTask.java:237) 07-22 13:42:28.796: W/System.err(19213): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) 07-22 13:42:28.796: W/System.err(19213): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) 07-22 13:42:28.796: W/System.err(19213): at java.lang.Thread.run(Thread.java:818) Anyone can help me? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/f3e92858-ad9a-488c-ae1f-0ceba6f6c530%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
