vinitkumar / googlecl

GoogleCL rewrite in __progress__
Other
325 stars 48 forks source link

Picasa feature req: upload photos to collaborative albums #217

Closed vinitkumar closed 10 years ago

vinitkumar commented 10 years ago

From j...@gmail.com on July 04, 2010 21:00:24

What steps will reproduce the problem? 1.Ask a friend to create a collaborative album in Picasaweb and invite you (with upload) 2.Observe that you can upload to it from the web 3.Try to find similar ability from the command line

  1. Observe that there is none What is the expected output? What do you see instead? I would like to be able to upload data to the collaborative album even though it is not mine, since the creator has allowed this. What version of the product are you using? On what operating system? What version of gdata-python-client (aka python-gdata)? $ google --version google 0.9.8

$ dpkg -l python-gdata Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Description +++-=============================-=============================-========================================================================== ii python-gdata 2.0.8-1.1 Google Data Python client library Please provide any additional information below.

Original issue: http://code.google.com/p/googlecl/issues/detail?id=209

vinitkumar commented 10 years ago

From tom.h.mi...@gmail.com on July 12, 2010 14:42:08

Turns out this is possible, though undocumented.

Status: Accepted

vinitkumar commented 10 years ago

From tom.h.mi...@gmail.com on July 15, 2010 07:51:28

Status: Started

vinitkumar commented 10 years ago

From tom.h.mi...@gmail.com on July 15, 2010 08:57:53

This issue was closed by revision r349 .

The command will look something like this:

google picasa post --owner 'my_friend' --title name_of_shared_album ~/path/to/photo

Let me know if it doesn't work! Thanks.

Status: Fixed
Labels: -Type-Defect Type-Enhancement