salimoha / googlecl

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

google picasa list "^albumtitle$" returns only a portion of photos in album #441

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Create an album in PWA with a lot of photos (most surely reproductible 
results with above 400, more often with above 600 photos in an album)
2.Try to get list of photos in album with `google picasa list "^albumtitle$"
3.Count number of listed photos (ie. wc -l ), then observe if the number of 
photos is not equal to actual number of photos in album (check through a 
Picasa's web interface)

What is the expected output? What do you see instead?
A list of all photos in an album.

What version of the product are you using? On what operating system? What
version of gdata-python-client (aka python-gdata)?
Ubuntu Linux oneiric with python-gdata-2.0.14-2 and googlecl-0.9.13-1, but the 
behavior was identical with previous verion of Ubuntu and gdata libs included 
in distribution.

Please provide any additional information below.
I am trying to build a simple Picasa uploading script using googlecl that 
hopefully will only upload changed and new files when run for second (and next) 
time. Now it is not working well (especially when the number of photos is above 
100) because it unnessesarily uploads files that are already in an album).

Original issue reported on code.google.com by piotrek....@gmail.com on 26 Oct 2011 at 8:48