You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am trying to use jso to get google token, but the token returned from client.getToken(opts) .then((token) => { console.log("I got the token: ", token) }) ...
is undefined.
Please advise, thanks.
The text was updated successfully, but these errors were encountered:
You should probably use the new OneTap method from Google. I used it within another plugin (uppy) works fine up to the point where you also need gapi somehow...
Hi,
I am trying to use jso to get google token, but the token returned from
client.getToken(opts) .then((token) => { console.log("I got the token: ", token) }) ...
is undefined.
Please advise, thanks.
The text was updated successfully, but these errors were encountered: