davideuler / gss

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

Add option to set modification date on file put/post #100

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In the current API implementaiton sync / backup apps have to perform two 
operations when uploading / updating a file to GSS: (a) PUT/POST the file, (b) 
update the modification date to match the local copy.

Add an option to pass the modification date and set it correctly in a signle 
API call.

Original issue reported on code.google.com by fstamate...@gmail.com on 17 May 2011 at 3:38