Hi,
My company has an application that uses dropbox API, to upload files to drop box.
We got an email that said that there is an update in the access token.
I tried to understand if it will affect our application, and we should move to the new API, but I wasn't sure.
We are using a long-life access token. I understand that now we will get a short one. but I can't figure out what does short means.
1. For how long did it live before it expiered?
2. It expired only if I don't use the API for XXX time, or it expired also if I interact with the API all the time
3. Another question, a new user can use the old API? We are using
versionSDK = "5.0.0"
Thanks