salimoha / googlecl

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

Picasa feature req: upload photos to collaborative albums #209

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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
4. 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 reported on code.google.com by j...@gmail.com on 4 Jul 2010 at 3:30

GoogleCodeExporter commented 9 years ago
Turns out this is possible, though undocumented. 

Original comment by tom.h.mi...@gmail.com on 12 Jul 2010 at 9:42

GoogleCodeExporter commented 9 years ago

Original comment by tom.h.mi...@gmail.com on 15 Jul 2010 at 2:51

GoogleCodeExporter commented 9 years ago
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.

Original comment by tom.h.mi...@gmail.com on 15 Jul 2010 at 3:57