Posted by & filed under Code.

My first ticket for the Google Document List API has been fixed. As I posted about before, the Document List API did not have the ability to just retrieve the documents from a given folder or tag. This has now been made possible, thanks API team!

Original ticket:

It would be ideal if we could pull back a list of documents from a certain
folder. This would give more functionality and make the size of the data
smaller if you only needed to grab a list of file from a certain folder.

Possibly something like
gdata.docs.service.DocumentQuery(folder=['myfolder1'])
or
gdata.docs.service.DocumentQuery(folders=['myfolder1','folder2'])