Hi all,
Currently, I am starting a Python script to automatically download a file from box every day, but the access token is set to expire within 60 mins, so I need to find a way to use Python code to refresh the access token, I search through the community and some helpful pages said it will require a refresh token, but I can not find it anywhere. Could you please kindly tell me how to do that or suggest a better way to solve this scenario?
Thanks!