Giter Club home page Giter Club logo

Comments (6)

erickoledadevrel avatar erickoledadevrel commented on June 3, 2024

That code requires that sign-in / authorization has already been performed, like what is shown in the quickstart:

https://developers.google.com/apps-script/api/quickstart/js

You'll need to use the same Cloud console project as the script uses, and ensure the scopes match. More information is here:

https://developers.google.com/apps-script/api/how-tos/execute

from browser-samples.

NotJoHam avatar NotJoHam commented on June 3, 2024

I have already logged the user in. I have also run gapi.client.init({...}) before I call the script. I can try to run the log in right beforehand and see if that is an issue.

from browser-samples.

erickoledadevrel avatar erickoledadevrel commented on June 3, 2024

The error message indicates that an OAuth2 token isn't being sent along with the request, which makes me think the auth is the problem. Check to see that you are successfully signed in and have an auth token before making the request.

from browser-samples.

NotJoHam avatar NotJoHam commented on June 3, 2024

When I console.log(gapi.auth.getToken()), it returns a token which seems to be legitimate.

from browser-samples.

NotJoHam avatar NotJoHam commented on June 3, 2024

Now I am getting an error when I run:

gapi.client.init({
apiKey: API_KEY,
clientId: CLIENT_ID,
discoveryDocs: DISCOVERY_DOCS,
scope: SCOPES
})

The error is a 400 error saying "Request contains an invalid argument."

from browser-samples.

erickoledadevrel avatar erickoledadevrel commented on June 3, 2024

You seem to have strayed far from the samples in this repo, and the problem seems more related to the library than anything G Suite. Please try filing an issue on the JavaScript client's repo to see if they can help: https://github.com/google/google-api-javascript-client/issues

from browser-samples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.