Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 502 by
nshenr...@gmail.com: --folder parameter no longer works in
trunk
http://code.google.com/p/googlecl/issues/detail?id=502
What steps will reproduce the problem?
1. Download the latest googlecl: svn checkout
http://googlecl.googlecode.com/svn/trunk/ googlecl-read-only
2. Force Install: sudo python setup.py install --force
3. List Documents in folder: google docs --folder='Newsletters' list
What is the expected output? What do you see instead?
I expect to see all of the documents in the "Newsletters" folder; however,
I get the following error with a list of all of my documents (inside and
outside this folder):
Failed to get entries: Server responded with: 400, <errors
xmlns='
http://schemas.google.com/g/2005'><error><domain>GData</domain><code>unsupportedQueryParam</code><internalReason>The 'max-results'
parameter is not supported on this
resource</internalReason></error></errors>
No folder found that matches Newsletters
What version of the product are you using?
googlecl revision: 602
gdata-python-client (python-gdata) id: a8c25010b8b7 tip
On what operating system?
Ubuntu 12.04.1 LTS (x86_64) (3.2.0-33-generic)
Please provide any additional information below.
If I download the 'googlecl-0.9.13' tarball and force install, then the
--folder parameter works as expected