Skip to content

App Script Runtime V8 causing new errors #3

@tourBermuda

Description

@tourBermuda

Hi
I've been using GSApp to connect to google firebase from Google App Script. I recently started getting error:
The Scopes must be in a valid array (line 29, file "Code")

I have been using this for the last three years:
serverToken = new GSApp.init(key, ['https://www.googleapis.com/auth/firebase.database', 'https://www.googleapis.com/auth/userinfo.email'], clientEmail);

Could the error;
"The Scopes must be in a valid array (line 29, file "Code")"
be coming from the way I have written it or could it be that the GSApp is no longer compatitle with the new App Script update?

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