You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: