I am stuck with other issues with authentication. auth.is_logged_in() never becomes true even when I login via Google Account into my hosted app. The behavior is the same on my local server deployment as well as hosted on GAE. I switched the GAE sdk version back to 1.55 as suggested by howesc. But no change. Next I will try switching back the web2py version. Which version should I use?
On Nov 24, 2:05 am, amit <in4tu...@gmail.com> wrote: > Thanks. It was aproblemin my controller code. I solved it by > following the host2py example. > > http://code.google.com/p/host2py/source/browse/trunk/controllers/defa... > > On Nov 22, 10:35 am, howesc <how...@umich.edu> wrote: > > > > > > > > > can't remember the symptions, but when using the bulk load option for > > appconfig to upload/download data i have had to do the following: > > > #/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngi > > ne-default.bundle/Contents/Resources/google_appengine/google/appengine/tool > > s/dev_appserver_login.py > > # > > #line 260 in LoginCGI(), add: > > # > > # #hack for bulk loader > > # redirect_url = continue_url > > # output_headers.append(SetUserInfoCookie('t...@example.com', True)) > > > note that the line number about is at least one GAE version out of date > > because i am behind by at least 1 GAE version due to other bugs with GAE > > SDK/web2py in the latest.