Carlos
Carlos

Reputation: 706

Google Docs Viewer

is free or commercial Google Docs Viewer?

together

<iframe src="https://docs.google.com/viewer?url=https://dornsife.usc.edu/assets/sites/298/docs/ir211wk12sample.xls" title="preview my file on nav "></iframe>

Does it have documentation?

could like to use in my web app but I need documentation or price or limited use?

Upvotes: 6

Views: 21418

Answers (1)

ale13
ale13

Reputation: 6072

The only API from Google which interacts with a file in your Drive is Google Drive API and sadly, there is no such thing as Docs Viewer API.

In fact, the "Docs Viewer" is merely a URL which allows you to preview a document while passing the link of a file to it.

I have taken the opportunity to report this on Google's Issue Tracker here and I suggest you star it as any updates regarding this will be posted there.

Upvotes: 3

Related Questions