Access private Google spreadsheets through the Google Graphics API

Based on the example here , I would like to display a Google chart for a private spreadsheet. I copied the content from the public sheet in the example to my personal sheet, but the request failed when the link is closed. Obviously, some form of authentication must occur before my sheet is available.

However, since no API calls are made, the OAuth Drive API does not work with reference. How can I provide access?

+4
source share

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


All Articles