salimoha / googlecl

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

Picasa list/get provides wrong results for album uploaded by googlecl #447

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
Create an album via googlecl:
> picasa create "Test_abc1" abc/* --access private
Loading file abc/dark.jpg to album Test_abc1
Loading file abc/curve.jpg to album Test_abc1
Loading file abc/grass.jpg to album Test_abc1
Created album: https://picasaweb.google.com/xyz/Test_abc1

2.
List that album:
>picasa list "Test_abc1"
dark.jpg,https://picasaweb.google.com/xyz/Test_abc1#123
dark.jpg,https://picasaweb.google.com/xyz/Test_abc1#456
dark.jpg,https://picasaweb.google.com/xyz/Test_abc1#789

What is the expected output? What do you see instead?
The expected output would be the following filenames: dark.jpg, curve.jpg, 
grass.jpg. When downloading (picasa get "Test_abc1") I get dark.jpg, 
dark-1.jpg, dark-2.jpg 

What version of the product are you using? On what operating system? What
version of gdata-python-client (aka python-gdata)?
google 0.9.13
Linux xyz 3.0.0-1-686-pae #1 SMP Sat Aug 27 16:41:03 UTC 2011 i686 GNU/Linux

Please provide any additional information below.

Original issue reported on code.google.com by brunolu...@gmail.com on 20 Nov 2011 at 8:52

GoogleCodeExporter commented 9 years ago
What version of python-gdata are you using?

Original comment by Coilamg on 3 Feb 2012 at 8:08

GoogleCodeExporter commented 9 years ago
It looks like this was fixed in a revision that has yet to be put in the tar.gz 
file. If you checkout googlecl from svn, this bug should go away.

http://code.google.com/p/googlecl/source/checkout

If that doesn't fix the problem or you download the upcoming release and still 
have this problem, feel free to re-open this.

Original comment by Coilamg on 3 Feb 2012 at 8:16

GoogleCodeExporter commented 9 years ago
Issue 460 has been merged into this issue.

Original comment by jh...@google.com on 3 Feb 2012 at 8:23