Can I use Google Drive's editor interface embed in a website?
Posted
by
Zamith
on Stack Overflow
See other posts from Stack Overflow
or by Zamith
Published on 2012-11-22T11:09:34Z
Indexed on
2012/11/23
4:59 UTC
Read the original article
Hit count: 114
google-drive-sdk
I want to use google drive to store the files, but allow the users of my website to be able to edit them transparently, so that they don't have to go to google drive's website.
Is this possible with the current API? Thus far I have only seen how to create an app for them to install in google drive, or doing something like DrEdit (https://developers.google.com/drive/examples/), which parses the files to JSON and uses the ACE editor, which is definitely not what I want.
© Stack Overflow or respective owner