product · inferred from evidence
refresh token
A token used to obtain a new access token in OAuth2 flows.
- googleapis Node client does not auto-refresh the access token ("Invalid Client" after expiry)
I am using googleapis 59.0.0 on Node. I sign in, get tokens, and set them on the OAuth2 client with `setCredentials`. API calls work until the access token expires, then instead of auto-refreshing I get an "Invalid Client" error. The refres