Refresh Token expired within a day
AnsweredI had a script that would update the refresh and access token if the request wasn't successful. It worked updating the refresh / access token throughout the day yesterday. I tried running the script this morning and I was given the error:
{"error":"invalid_grant","error_description":"Refresh token has expired"}
I read that refresh tokens were not supposed to expire for 60 days. Is there a bug somewhere or do refresh tokens not remain valid for extended periods of time?
-
Official comment
Hey George,
As stated here, they are valid for 1 use in a 60 day period. After that 1 use, a new refresh token is generated.
Thanks,
Alex, Box Developer Advocate
Comment actions
Please sign in to leave a comment.
Comments
1 comment