simplestore icon indicating copy to clipboard operation
simplestore copied to clipboard

New version of API sheets

Open Caio-Amaral-07 opened this issue 2 years ago • 0 comments

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.

Caio-Amaral-07 avatar Dec 14 '21 12:12 Caio-Amaral-07