ACueva/googlecl

google docs upload to specific folder is not working

Closed this issue · 5 comments

What steps will reproduce the problem?
1. when uploading a files specify the parameter "--folder=FOLDER" (where FOLDER 
is the folder in google docs you wish to upload to)
2. specifically type: >google docs upload ./fileToUpload.txt --folder="folder 
on google docs" 
3. alternatively for FOLDER specify the folder URL

What is the expected output? What do you see instead?
It is expected that the fileToUpload will create a new document in google docs 
with the folder tag "folder on google docs" that already exists.  Instead 
fileToUpload is uploaded to All-items only

What version of the product are you using? On what operating system?

gdata-2.0.10
googlecl-0.9.5
Windows 7
Python 2.65

Please provide any additional information below.
the ability to a folder is specified as an option according to the -f FOLDER 
and --folder=FOLDER options in the googlecl --help.  Uploading to a folder 
using the gdata api is specified as an option.  The actual method to do this in 
googlecl is not clear. 

Original issue reported on code.google.com by cass...@gmail.com on 20 Jun 2010 at 4:17

This is... supposed to be supported. Not sure what happened, but here's a patch!

Original comment by tom.h.mi...@gmail.com on 20 Jun 2010 at 6:10

  • Changed state: Accepted

Attachments:

This issue was closed by revision r260.

Original comment by tom.h.mi...@gmail.com on 20 Jun 2010 at 6:13

  • Changed state: Fixed
Issue 161 has been merged into this issue.

Original comment by tom.h.mi...@gmail.com on 23 Jun 2010 at 9:45

I've checked out revision 301 and am still having this issue.

Original comment by tebrun...@gmail.com on 26 Jun 2010 at 9:07

Actually with revision 301 I'm having a problem uploading to sub-folders. My 
mistake

Original comment by tebrun...@gmail.com on 26 Jun 2010 at 9:16