carolinux / gdata-python-client

Automatically exported from code.google.com/p/gdata-python-client
0 stars 1 forks source link

Trying to list folder contents, get None #495

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Pass feed uri 
/feeds/documents/private/full/folder%3A0B4nIiFMgy5aIZWU0MDViMWEtYTdkZS00MGM4LTg5
MTYtZmY3Y2M0YzU5NjMz/contents to gdata.docs.service.DocsService
2.
3.

What is the expected output? What do you see instead?
I expect a list of documents in the folder.  I get None.

What version of the product are you using?
gdata-2.0.13-py2.6.egg-info

Please provide any additional information below.
Trying to list contents of a folder.  The above URI looks correct for my 
particular folder (copy/paste the id string from its URL).  Is there sample 
code for listing contents of a folder?  I haven't found it yet.  Is there a 
help forum for the python client?  This is all I found.  I am a Google Docs 
newbie, but was able to list spreadsheets and documents using other Python 
APIs.  Kinda had to hack a bit to figure out a way to generate this one, tried 
to match the URI generated to the one in the API documents.

Original issue reported on code.google.com by gl...@g.nevcal.com on 5 Feb 2011 at 9:13

GoogleCodeExporter commented 9 years ago
I was using the right uri, but the wrong api.  This newbie doesn't have the 
"big picture" yet, nor does he know where it is documented.  Got my list of 
stuff in the folder, though :)  Close or discard this issue.

Original comment by gl...@g.nevcal.com on 6 Feb 2011 at 1:12

GoogleCodeExporter commented 9 years ago

Original comment by joe.gregorio@gmail.com on 6 Feb 2011 at 2:24