Hi angel,

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 google-appengine@googlegroups.com
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