Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Integrate Google Docs into web site for content creation

Tags:

I am building a self-publishing web site. I want to integrate Google Docs into my website and allow every publisher/writer to write her/his book from my website and later update the content from either my website or directly from google docs, and to keep the two versions of content in sync.

Is this possible? Thanks!

like image 897
Dimitar Avatar asked Apr 05 '12 11:04

Dimitar


1 Answers

Yes, this is possible.

You can fetch Google Docs file content, and upload new content with the Google Documents List API.

You will currently have to perform the sync manually yourself if you edit it outside Google Docs, in which case you would reupload the file content.

like image 190
Ali Afshar Avatar answered Oct 14 '22 01:10

Ali Afshar