On Thursday, June 6, 2013 2:29:32 AM UTC-5, James Gralton wrote: > This was a direct export from the API Access project using the 'Download > JSON' option. When I deploy my app engine application I get an error: > Error: redirect_uri_mismatch > The redirect URI in the request: http://myapp.appspot.com/oauth2callback did > not match a registered redirect URI > client_id=123456789.apps.googleusercontent.com > > It all looks fine to me so I am not sure what the error is telling me. Do > I need link the App Engine application to the API Access project in some > way. Am I missing something else fundamental. > > > Hello James,
Did you whitelist the redirect URI when you created your application? I created an imgur album to show the steps: http://imgur.com/a/UUXyI . On the second screen to creating your client application, there is a list of URLs that are authorized for redirects; the "Authorized Redirect URIs" part of the screen. You need to put any URI that is allowed to receive redirects/callbacks into that text box. Also make sure your redirect URI is https, as Julie suggested. ----------------- -Vinny P Technology & Media Advisor Chicago, IL My Go side project: http://invalidmail.com/ -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
