To access Dropbox files indefinitely without having to manually refresh the access token?
Hi @Dev Roy,
You can do it automated using refresh token - it doesn't expire. Even more, if you use some of the supported SDKs, the only needed is proper initialization of client object - the SDK perform refresh internally. Do you have some issue with that?