Can I get help in understanding the SmartSheet refresh token lifecycle ? I recently created a new managed Oauth App and noted down its clientId and secret. Using these 2, I generated an auth code and then generated access token and refresh token. From other forum post, got to know that refresh token doesn't have expiry. However, I get access denied error on API access and on refreshing the access token, getting below error:
{ "errorCode": 1071, "message": "Invalid Grant. The authorization code or refresh token provided was invalid.", "error": "invalid_grant", "refId": "aonvq0"}
Note - Managed app was created just 10-12 hours before this issue occurred.
What could be causing this issue?