Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can we upload files to google docs via linux shell script or python

Is it possible to upload files to google docs via commandline or bash or via python. i have plent of stuff to upload but i have only access to command line and shh nothing else.

is there way to do

like image 959
Mirage Avatar asked May 29 '11 07:05

Mirage


1 Answers

Absolutely. You'll need the Google Docs API. Python should do a lovely job. There is also a bunch of example code from Google here with examples doing just this here.

like image 170
Charlie Martin Avatar answered Nov 04 '22 12:11

Charlie Martin