Hi @Phong Vu,
We are getting "Refresh Token Expired" errors even when we tried refreshing the "refresh token" before the 7 days expiration of the refresh token.
It seems like when we refresh the refresh token, we get a new refresh token that is different than before but the new "refresh_token_expire_time" is still the same as the old one.
Is this a known problem and how do we fix it?
We use the Python SDK, and here's what our code pretty much looks like:
res = platform.refresh()
save_new_refresh_token(res.json().refresh_token)
Thank you so much for your help.