Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Integrating with Google Docs

Tags:

google-docs

Has anyone integrated an "Open in Google Docs" in their web app yet? Gmail has this for opening attachments. How about any other sightings of this in a non-google web app?

like image 874
dittonamed Avatar asked Sep 18 '08 04:09

dittonamed


People also ask

Can you integrate with other applications in Google Docs?

You can integrate Google Workspace with a variety of 3rd-party or custom applications, to enhance existing Google Workspace services or use new features with Google Workspace. Here are your options for setting up secure access from other apps and services.

Is there an API for Google Docs?

The Google Docs API lets you create and modify documents. Apps can integrate with the Docs API to create polished documents from both user and system-provided data. The API allows you to: Automate processes.

Is Google Docs API free?

All use of the Google Docs API is available at no additional cost. Exceeding the quota request limits doesn't incur extra charges and your account is not billed.


Video Answer


2 Answers

Google Docs does have an API which allows you to search, upload, delete and retrieve documents from the Google Docs list of a specific user. You could conceivably use this to upload a document from your server and then retrieve the URL of that document (once it is imported), which you can then use to redirect the user. It wouldn't be quite as slick as Gmail's integration since you wouldn't be able to show that fancy "Importing your document..." page, but it might suffice.

As for other sightings, I am not aware of any.

like image 93
Daniel Spiewak Avatar answered Oct 20 '22 19:10

Daniel Spiewak


If you only need this functionality for yourself you could download the "Send to google docs" firefox extension. That will add a right-click menu on all document links on the web and allow you to open them in google docs.

like image 21
Espo Avatar answered Oct 20 '22 17:10

Espo