Google Docs Bulk Download

These days, I keep most of my notes and development documentation in Google Docs. There is a time when I want to download everything. How is this possible on Mac and Linux computers without doing each separately? Google had the ability to download all spreadsheets. However, I can no longer find this functionality.

I would like to have documents in Open Office or HTML format. Thank.

+3
source share
4 answers

If you install google gears in your browser: http://gears.google.com/

You can use the built-in stand-alone function inside Google docs

If you really want to roll up your sleeves, use the gdata API p>

http://code.google.com/p/gdatacopier/

+2

. gdatacopier - . , .

gdoc-cp.py -e csv -g spreadsheets -o /tmp -u me@gmail.com -p password -f "MyFolder"

. , . foo@gmail.com.

. .

http://www.webmonkey.com/tutorial/Create_Automated_Backups_in_Google_Docs_Using_the_GData_API

+2

GDocBackup http://gs.fhtino.it/gdocbackup
#, Open Source, Win + Net Linux + Mono ( Mac + Mono, ).

0

API Google . Python script, Google CSV. , :

  • . MIMEtype - MIME- G Suite/Google Apps (), .
  • MIMEtype CSV , , (Open Office HTML) - MIME- , .

If you prefer to use something other than Python, use this example as pseudo-code, and then create your solution in any language supported by the Google API Client Libraries . Sample code in other languages ​​can also be found on this page .

Once you're done, put it in a cron job to run it regularly without thinking about it - you may need to add timestamping to exported file names to prevent overwriting. Hope this helps!

0
source

Source: https://habr.com/ru/post/1699294/


All Articles