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
We tried multiple times to refresh the token but always responded with the error invalid_grant. Our current solution is to authenticate again with the OAuth2.0
The text was updated successfully, but these errors were encountered:
This behavior is very intermittent, occurring 2 or 1 times over the week. The new refresh token cannot get a new access token and a new refresh token.
Our code does:
When the refresh fails the response of
qb.refreshUsingToken(token)
is:We tried multiple times to refresh the token but always responded with the error
invalid_grant
. Our current solution is to authenticate again with the OAuth2.0The text was updated successfully, but these errors were encountered: