HI everyone,
 
I have been spending weeks trying to get Authentication working. I need 
help!! Did anyone experience similar problem?
 
I followed every steps described in:
1. Creating an App Engine Connected Android Project
https://developers.google.com/eclipse/docs/endpoints-androidconnected-gae
https://developers.google.com/eclipse/docs/endpoints-addentities
https://developers.google.com/eclipse/docs/endpoints-testdeploy
2.Adding Authentication Support
https://groups.google.com/forum/?fromgroups#!newtopic/google-appengine
 
I did step 1 and work great, then I added the Authentication code per step 
2.
 
Now, I am having problem @ 
https://developers.google.com/eclipse/docs/endpoints-addentities
step 4b, line: Note result = endpoint.insertNote(note).execute();
 
I got error:
com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAuthIOException
 
The log error::

03-30 14:29:12.935: W/GLSUser(6913): Status from wire: INVALID_AUDIENCE 
status: null
03-30 14:29:12.935: W/GLSUser(6913): Status from wire: INVALID_AUDIENCE 
status: null
03-30 14:29:12.945: I/GLSUser(6913): GLS error: INVALID_AUDIENCE 
dztawei@gmail.comaudience:server:client_id:838395337611.apps.googleusercontent.com
03-30 14:29:12.945: W/GLSUser(6913): Status from wire: Unknown status: 
UNKNOWN
03-30 14:29:12.945: I/ActivityManager(526): No longer want 
com.google.android.gcm (pid 2649): empty #17
03-30 14:29:12.955: W/System.err(6690): 
com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAuthIOException
03-30 14:29:12.955: W/System.err(6690): at 
com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential$RequestHandler.intercept(GoogleAccountCredential.java:224)
03-30 14:29:12.955: W/System.err(6690): at 
com.google.api.client.http.HttpRequest.execute(HttpRequest.java:836)
03-30 14:29:12.955: W/System.err(6690): at 
com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:412)
03-30 14:29:12.955: W/System.err(6690): at 
com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:345)
03-30 14:29:12.955: W/System.err(6690): at 
com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:463)

 
 
 

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to