FlorianHeigl / googlecl

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

ability to checkout #68

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
A great feature would be the ability to check out the google doc. I maintain 
shell script in google docs and have to manually update them on systems.  
google checkout versionid document. "much like svn :)" 

Original issue reported on code.google.com by brandonn...@gmail.com on 19 Jun 2010 at 8:06

GoogleCodeExporter commented 9 years ago
Came across, http://code.google.com/p/gdatacopier/ but that has been 
copyrighted.
But Google API provides, easy ways to do that by:

entry = client.GetDoc('ID')
client.Export(entry, file_path)

Will try that and upload a patch.

Original comment by hemanth...@gmail.com on 24 Jun 2010 at 12:39

GoogleCodeExporter commented 9 years ago

Original comment by tom.h.mi...@gmail.com on 28 Jun 2010 at 8:53