On Mon, Jun 18, 2012 at 7:33 PM, Francois Masurel <f.masu...@gmail.com> wrote: > Hi Mukesh, > > Have you found a solution on this? > > I'm desperately trying to implement it on my Android app without success. >
It seems GAE doesn't currently support OAuth2 for authentication, so you have to use ClientLogin. You can get an admin token with this tokenType, but that's not useful for authenticating users (that's what GAE command line tools use to upload, etc. apps). "oauth2:https://www.googleapis.com/auth/appengine.admin" -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en