Skip to content

New version of API sheets #44

@Caio-Amaral-07

Description

@Caio-Amaral-07

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions