Hello,
I currently use the enterprise Box API to processes a few items using a developer access token which is only available for 60 minutes. I need to run a process that will take much longer than 60 minutes, and I was told the only way to do this is by using a refresh token.
How do I get a refresh token, and how can I implement it to extend my session in Python?
Thanks