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 everyone
I'm working on a very simple web page that doesn't have a sign in Button or a server
I just need to select files from google drive and send URLs to a CMS
I'm using google picker to get URLs of selected files but I have a problem with the access token when I open Picker every time it requests to sign in
the docs show that I should use: gapi.client.setToken(tokenObject) but doesn't show where should this token come from
any help?