View a PDF file on a local server using the Google APIs

How to view a PDF file or any other extensions, such as [doc - xls] on a local server using the Google Docs API

I used the Wordpress plugin called "Insert any document" and it works, but the files must be accessible on the Internet.

but in my case the file is local, so how to make it with the Google API directly, if this is not possible with any plugin?

0
source share
1 answer

The Google Drive API gives you access to insert updates, delete, and download files on a Google Drive.

There is no API that allows you to view the file. You will need to download the file and then view it.

0
source

Source: https://habr.com/ru/post/1275682/


All Articles