Hi,
Currently, we try to integrate our app with Box. We encounter an issue with the refresh token is expired. We only store refresh token in the file. When we perform file operation by using a refresh token in a multi-thread environment, some devices will fail because the existing refresh token has been invalidated.
Can you please suggest how to solve this issue?
Thank You