-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Description
With the change to the new version of API sheets, it was necessary to modify the way the site consults the spreadsheet, Changing the main site and adding the access key. But other spreadsheet queries are no longer working.
Code:
var hostname = " https://sheets.googleapis.com";
var spreadsheetURL = hostname + "/v4/spreadsheets/" + s.spreadsheetID + "/values/Page1!A1:Z200?majorDimension=ROWS&key=" + chave_api;
But the other functions no longer work.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels