I posted on StackOverflow earlier: http://stackoverflow.com/questions/27806174/what-about-the-users-python-api
I'm posting here even though it's a Python question, given it's a generalized question regarding support for the Users API methods. Those methods are outlined here: https://cloud.google.com/appengine/docs/python/users/ and https://cloud.google.com/appengine/docs/python/gettingstartedpython27/usingusers. Using the examples/tutorial, I created a new application and enabled 'Google Accounts API' for the authentication. I then uploaded an application to here: http://kordtester2.appspot.com/. Attempting to log into the app results in a 400 error: Error: Bad RequestYour client has issued a malformed or illegal request. Interestingly enough, if you enable federated auth (not available in the new console I might add) you can login without an error and if you then change it from federated auth to Google Accounts API, it'll show you a URL instead of a username. In summary, I believe the Python API for Users is currently broken except for federated authentication (or at the least the docs are now wrong) and the only thing that works for it is OpenID 2.0 which is going away and why I even looked at any of it to begin with. Hoping someone from Google can shed some light on these issues and point me in the right direction regarding use of the Python Users APIs. K -- 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/d/optout.
