Reputation: 5531
So I have been trying for the last 5 hours to get this Google App Engine to work with Android. I have been following their tutorials (there are two, which are slightly different, but neither work). So here are the steps that I am doing
So, I am at a loss and just want to yank my hair out. This service sounds perfect for the app I want to develop but Google has severely broken documentation and I cant seem to work my way through it. If one of the gurus out there that has been able to get this to work would help, taht would be great.
Upvotes: 2
Views: 355
Reputation: 5531
I managed to get it to work. Once I followed everything above, I just used the Client Id hash that was given in GDC and put it into the Web Client ID in the Const.java file.... I wish Google would just update their tutorials so that we wouldnt have to fumble through it so much.
Upvotes: 0
Reputation: 131
I got the same GoogleAuthIOException following this tutorial when running the Mobile Backend in "Open (for development use only)" authentication mode.
But it worked using "Secured by Client IDs" mode, doing these steps :
Upvotes: 1