Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Docs Viewer

is free or commercial Google Docs Viewer?

  • google Viewer API: https://docs.google.com/viewer
  • my example file: https://dornsife.usc.edu/assets/sites/298/docs/ir211wk12sample.xls

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?

like image 584
Carlos Avatar asked Aug 12 '26 10:08

Carlos


1 Answers

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.

like image 88
ale13 Avatar answered Aug 14 '26 10:08

ale13