Using the guide located here: https://developers.google.com/glass/develop/mirror/quickstart/go I attempted to register and deploy an instance of the quickstart located here https://github.com/googleglass/mirror-quickstart-go
I had some errors when I first tried to appcfg.py --oauth2 update same as identified in a google groups thread I can't post here because I'm only allowed 2 links since I don't have 10 reputation points and was able to resolve them using the 'dirty' symlinking method recommended by 'adam' in that thread.
Finally getting it to actually update successfully, when I navigate to myappname dot appspot dot com, it displays the normal login screen, and after logging in, the 'This app would like to' page, and when I click on 'Accept' it just redirects back to that same 'This app would like to' page.
What additional steps do I need to take to properly deploy the sample quickstart app on my google app engine url?