antoni...@gmail.com
unread,Feb 13, 2013, 3:00:31 PM2/13/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to googlecl...@googlegroups.com
Hallo, I am running 0.9.13 version of googlecl on ubuntu 11.10
I have installed it a week ago and i use it for uploading and delete pictures from picasa at specific albums. The google picasa post album_name /home/sourcedir --tags command works perfect and i can upload hundred of pictures. The problem is in google picasa delete album_name -q tags --yes or google picasa delete album_name -q tags. The output is the same if i try to delete one or more pictures:
Traceback (most recent call last):
File "/usr/bin/google", line 849, in <module>
main()
File "/usr/bin/google", line 835, in main
run_once(options, args)
File "/usr/bin/google", line 627, in run_once
task.run(client, options, args)
File "/usr/lib/pymodules/python2.7/googlecl/picasa/__init__.py", line 220, in _run_delete
client.DeleteEntryList(entries, entry_type, options.prompt)
File "/usr/lib/pymodules/python2.7/googlecl/base.py", line 127, in delete_entry_list
self.Delete(item.GetEditLink().href)
File "/usr/lib/pymodules/python2.7/googlecl/service.py", line 64, in retry_delete
return self.retry_operation(*args, **kwargs)
File "/usr/lib/pymodules/python2.7/googlecl/base.py", line 387, in retry_operation
raise unexpected
Sometimes the delete command works in very few photos but not always. Never works for deleting many photos.
Can you help me please?