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
-~----------~----~----~----~------~----~------~--~---