7

I know Google Drive has an API. Is there a way to use it to essentially use Google Docs as the rich text editor for an application? I.e. I would like to be able to do the following:

  1. Create a document.
  2. Edit a document as normal, but embedded within my application.
  3. Save a document.
MPelletier
  • 16,256
  • 15
  • 86
  • 137

1 Answers1

0

If you embed a browser in your app, I think this is doable if you can get users google accounts and you can follow the google auth api.

Yubin Bai
  • 158
  • 1
  • 4