vj57 / googlecl

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

--overwrite option #377

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What service (Calendar, Docs, Picasa) should be enhanced?
Any, but I am targeting Picasa

What is the enhancement?
I would like to be able to force the get command to overwrite a file on 
download, instead of adding a "-%i" to the end of the folder/filename.
(See trunk/src/googlecl/picasa/service.py:230)

The reason being is that I use googlecl to keep an updated backup of my picasa 
albums, it would be nice to be able to do:
google picasa get --title "album" --overwrite "somepaththathasfilesalready"

Original issue reported on code.google.com by sh...@shaunburdick.com on 11 Mar 2011 at 3:44

GoogleCodeExporter commented 9 years ago
There was some related discussion about this in Issue 170 and an email thread: 
http://groups.google.com/group/googlecl-discuss/browse_thread/thread/8c761724110
7251e?pli=1

I'm not sure if anyone is still working on this or not, but this aspect of 
syncing would be fairly easy to implement.

Original comment by tom.h.mi...@gmail.com on 26 Mar 2011 at 2:01