How can we handle if the dropbox short living accesstoken expires in the middle of the API Request?
here the scenario totally explained :-
dropbox short lived access token have expiring time is 4 hours
user logged in to the our dropbox api consuming application before 1 hour of access token expiring
and user uploading some files at before 1 minute of access token expires (i.e. at 3 hr 59 minute)
and the request is going to take 3 minutes approaximately
here in the middle of the api call or request access token expired
example :- user uploading 10 files into dropbox
after 5 files uploading, if dropbox access token expires then how can we handle this situation
(i.e how can we resume this operation of remaining 5 files uploading process into dropbox by getting new access token)
Thanks & Regards,
Ganesh