migscabral / gdatacopier

Automatically exported from code.google.com/p/gdatacopier
0 stars 0 forks source link

Downloading a single document in windows xp #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. gcp.py -f xls example@hosteddomain.com:/FooDoc c:\local\destination\path
2. enter in password when prompted
3.

What is the expected output? What do you see instead?
Per the documentation I would expect this to download just "FooDoc" instead it 
downloads every document, including FooDoc.xls.

I tried "example@hosteddomain.com:/all/FooDoc" and 
"example@hosteddomain.com:/sheets/FooDoc" and both return no documents.  

What version of the product are you using? On what operating system?
Using version 2.1.1 on windows xp

Please provide any additional information below.

In trying to download an entire folder's contents: I read the documentation as 
suggesting I use "example@gmail.com:/Folder" - however that downloads every 
document.  If instead I use "example@gmail.com:/all/Folder" it works as 
expected.

Original issue reported on code.google.com by daniel1...@gmail.com on 31 Jul 2010 at 8:20

GoogleCodeExporter commented 9 years ago
According to the documentation you must have 
example@gmail.com:/[type]/[folder]/Name

This is how the script is designed to handle arguments. Not sure if this is 
exactly a bug.

Original comment by devraj on 18 Aug 2010 at 12:52

GoogleCodeExporter commented 9 years ago

Original comment by devraj on 18 Aug 2010 at 1:15

GoogleCodeExporter commented 9 years ago
Sorry, I missed the wiki link to the full documentation.  I didn't come away 
with a clear understanding from the few examples on the main page.

Original comment by daniel1...@gmail.com on 18 Aug 2010 at 3:23