[google-appengine] Re: Authentication problem

2011-06-20 Thread GAE app developer
Sorry Johan. I will put it in the below mentioned group On Jun 20, 6:06 pm, Johan Euphrosine wrote: > Hi, > > This should be discussed > onhttp://groups.google.com/group/google-api-python-clientas this is not > specific toGoogleAppEngine. > > Thanks in advance. > > On Mon, Jun 20, 2011 at 2:51

[google-appengine] Re: Authentication problem

2011-06-20 Thread GAE app developer
from oauth2client.appengine import OAuth2Decorator decorator = OAuth2Decorator( client_id='', client_secret='', scope='https://www.googleapis.com/auth/buzz', user_agent='buzz-appengine-sample/1.0') http = httplib2.Http(memcache) service = build("buzz", "v1", http=http) class MainHandler(

[google-appengine] Re: Authentication problem

2011-06-20 Thread GAE app developer
Thanks Johan,that error got resolved. Authentication is working. Thank You On Jun 20, 12:35 pm, Johan Euphrosine wrote: > Hi Rohit, > > If you are running dev_appserver.py, > > make sure the list of Redirect URIs in theGoogleAPIs Console/Api > access section:https://code.google.com/apis/console

[google-appengine] Re: Authentication problem

2011-06-19 Thread GAE app developer
2AppEngin... > > I just published an article on how to use it with Google Tasks API, > but that should be easy to translate to Moderator > API:http://googleappengine.blogspot.com/2011/06/getting-started-with-task... > > On Fri, Jun 17, 2011 at 2:45 PM, GAE app developer > >

[google-appengine] Authentication problem

2011-06-17 Thread GAE app developer
Hi, I am developing an Google app engine application using Moderator API in python. I am able to retrieve the submissions. I am having an authentication problem. My code runs locally without any problem but when I deploy it in Google app engine launcher. It shows the following error: 'NoneType'