You are right. I´m sorry. I was running locally.

Thanks a lot.

On 5 dic, 02:35, Jeff S <[email protected]> wrote:
> Hiangel,
>
> Which version of the App Engine SDK are you using? I'm assuming that
> you are seeing this error when running locally and not when deployed
> on App Engine.
>
> Thank you,
>
> Jeff
>
> On Dec 3, 5:43 pm,angel<[email protected]> wrote:
>
> > Hello,
>
> > I want to shows all my documents within google docs. I use ClientLogin
> > but it´s fail with the error:
> >        <type 'exceptions.TypeError'>: fetch() got an unexpected
> > keyword argument 'follow_redirects'
> >          args = ("fetch() got an unexpected keyword argument
> > 'follow_redirects'",)
> >          message = "fetch() got an unexpected keyword argument
> > 'follow_redirects'"
>
> > Maybe it´s very easy but I'm new in app engine. This is the code:
>
> > import wsgiref.handlers
> > from google.appengine.ext import webapp
> > from google.appengine.api import users
> > import atom.url
> > import gdata.service
> > import gdata.alt.appengine
> > import gdata.docs.service
>
> > gd_client = gdata.docs.service.DocsService()
> > gdata.alt.appengine.run_on_appengine(gd_client, store_tokens=False,
> > single_user_mode=True)
> > gd_client.ClientLogin('[email protected]', 'xx....')
>
> > Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to