I am using the client-side
flow described here:
Client-side (JavaScript) applications.
All goes well until the access_token expires. then I get 401/403 responses. What do I need to do? I have tried gapi.auth.authorize
and gapi.auth.getToken
, but nothing seems to work.
As there is (understandably) no refresh token supplied by the original auth.authorize, I'm not sure what else to do.