What is the expected output? A list of document titles.
What do you see instead? $ python Python 2.7.1 (r271:86832, Jul 31 2011, 19:30:53) [GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import gdata.docs.service >>> client = gdata.docs.service.DocsService() >>> client.ClientLogin("myemail", "mypw") >>> feed = client.GetDocumentListFeed() Traceback (most recent call last): File "<stdin>", line 1, in <module>
File "/Users/nat/virtualenvs/gdata/lib/python2.7/site-packages/gdata/docs/service.py", line 260, in GetDocumentListFeed return self.QueryDocumentListFeed(uri)
File "/Users/nat/virtualenvs/gdata/lib/python2.7/site-packages/gdata/docs/service.py", line 239, in QueryDocumentListFeed return self.Get(uri, converter=gdata.docs.DocumentListFeedFromString)
File "/Users/nat/virtualenvs/gdata/lib/python2.7/site-packages/gdata/service.py", line 1108, in Get 'reason': server_response.reason, 'body': result_body} gdata.service.RequestError: {'status': 500, 'body': 'An unknown error has occurred.', 'reason': 'Internal Server Error'}
What version of the product are you using? 2.0.18
Please provide any additional information below. I have not tried any other client API. I recognize that this may be a server-side problem.
-- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings
gdata-pyt...@googlecode.com
unread,
Dec 30, 2014, 3:36:26 PM12/30/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message