Hi, How can i ask Auth0 Google token to access at Google spredsheet API and save this token in variable, when i use a link to Auth Google, i leave my backend editor then i cant save the token to a variable.
Google ask redirection page after Auth Google account, then i leave my backend editor.
If I remember well, the token should be sent as a querystring variable. You could try to get it back using a query variable with the same name in WeWeb.
Thanks, i finaly use Auth0 plugin in weweb, easier call. I get my access token, but in my api call for google sheet i get this error :
message: "Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project."
But my authentication was non successful, i got access token then certainly why api call return 401…
Have an idea ?
i use Auth0 plugin, i follow the documentation, but the variable isAuthenticated keep flase, look my log activity on Auth0. i dont understand…
Same here ! I think we do not get the right access_token for some reason… I added the right scope but the access token we get back is wrong…