Gmansolf / googlecl

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

doc upload does not honor option folder #161

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. google docs upload --folder my_folder my_file

What is the expected output? 

File my_file uploaded to folder my_folder in Google Docs.

What do you see instead?

File my_file uploaded to root (no folder) of Google Docs.
Uploaded reported successful. No error message.

What version of the product are you using? 

0.9.7

On what operating system? 

Windows 7 Home Premium (with all updates)

What version of gdata-python-client (aka python-gdata)?

2.0.10

Please provide any additional information below.

Python 2.6.5

Option folder does work for "doc list"; i.e.,
google docs list --folder my_folder

--------sample-output-follows--------
>python \python\scripts\google docs upload --folder my_folder my_file
No extension on filename!
Loading my_file
Upload success! Direct link: http://docs.google.com/Doc?docid=[REMOVED]&hl=en

>python \python\scripts\google docs list --folder my_folder
my_test_doc,http://docs.google.com/document/edit?id=[REMOVED]&hl=en

Original issue reported on code.google.com by john.na...@gmail.com on 23 Jun 2010 at 8:55

GoogleCodeExporter commented 8 years ago
Oops, I now see this is a repeat of issue 93, which is now fixed -- sorry!

Original comment by john.na...@gmail.com on 23 Jun 2010 at 9:03

GoogleCodeExporter commented 8 years ago
It happens. Thanks for finding the duplicate!

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