martedì, marzo 17, 2009

Simple Google Documents Backup utility

Recently Google Documents List APIs Team released a new version of the API. Now you can download documents.
Using the new APIs I wrote in .NET a very very simple utility for downloading all my documents. It does a simple backup: for each document in Google Docs, it downloads the document if the document is not present on the local disk or if it was modified.



More info, compiled exe and source code: http://gs.fhtino.it/gdocbackup




.

1 commento:

Paolo ha detto...

Hi,
I’ve released the first version of my php script (based on Zend Framework) to backup Google Apps data. Now it is limited to Google Documents but I think it could be interesting.
http://ardoino.com/php-google-backup/

Thanks,
Paolo