Hello Alejandro, Are you using the Google+ sign-in example code at https://github.com/googleplus/gplus-quickstart-python/blob/master/signin.py ? That code uses Flask's sign-in framework. You have to use Flask's built-in sessions features ( http://flask.pocoo.org/snippets/51/ ) if you use Flask for sign-in. You can only use AppEngine Users service if your users sign in with AppEngine (i.e. they use https://developers.google.com/appengine/docs/python/users/loginurls ).
TLDR: +1 Hugo. It's a feature. ----------------- -Vinny P Technology & Media Advisor Chicago, IL My Go side project: http://invalidmail.com/ On Friday, May 3, 2013 6:15:46 AM UTC-5, Alejandro Gonzalez wrote: > > Im having the same problem. Any hint on this? > > > On Thursday, February 28, 2013 12:32:03 AM UTC+1, Antonio Zugaldia wrote: >> >> I tried the Python >> quickstart<https://developers.google.com/+/quickstart/python>for the new >> Google+ sign-in on App Engine and I'm glad to report it works >> flawlessly (you just need to manually add Flask). >> >> However, once I've got an user logged in, if I call >> users.get_current_user() from google.appengine.api I still get a None >> response. >> >> So I have a Google user logged in but AppEngine's API is not seeing it. >> Bug or feature? >> > -- 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.
