I was trying to upload my files to dropbox using api, but the thing is my token expires after few minutes.
Is there any way that while uploading, it checks whether the token is expired or not, and them automatically generates fresh token, because updating the token manually is a mess if you know, as my product is going to be a public product so this might be an issue.