On Tue, Nov 26, 2013 at 10:35 AM, Koji Matsui <[email protected]> wrote:
> I don't have any idea how to investigate about this error with this short > log message. > Is there any check points, suggestions? > > Can you retrieve a more detailed error message, including a trace of how the error precipitated? Use the traceback functionality to do so. Here's some example code to help you along (scroll down to the middle of the page): http://docs.python.org/2/library/traceback.html On Tue, Nov 26, 2013 at 10:35 AM, Koji Matsui <[email protected]> wrote: > > In native app, I can use my apis after authentication. But in web app, > below error is happened. > >> Oauth framework user didn't match oauth token user. > > > Sometimes this happens because the pycrypto library isn't imported in. Are you importing that library in your app.yaml file? Here's the config instructions to do so: https://developers.google.com/appengine/docs/python/python25/migrate27#Configuring_Libraries ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.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. For more options, visit https://groups.google.com/groups/opt_out.
