You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
julio_diniz_perdigao
10 months agoExplorer | Level 3
Re: Uploading large files directly from web application.
I know is old but, if refresh the token once the upload connection is done (not the upload process)? 1 - get the token from server-side and pass it to client side 2 - start upload and once the c...
Greg-DB
Dropbox Staff
You can use the refresh process (that is, calling /oauth2/token with grant_type=refresh_token) to get a new short-lived access token using a refresh token at any time, but doing so does not invalidate previous short-lived access tokens.
You can use /2/auth/token/revoke to revoke an access token, but that will also revoke the corresponding refresh token and other short-lived access tokens for that refresh token, if any.
Dropbox also does not offer a guarantee on the timing as to when during the connection/API call the authorization check occurs, so I would not recommend relying on that.
julio_diniz_perdigao
10 months agoExplorer | Level 3
Got it! Dropbox team should really think about implement that. As other people said here, don't make sense upload large files twice, spending time and bandwidth.
- Greg-DB10 months agoDropbox Staff
Thanks for the feedback! I'll send it along to the team.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,888 PostsLatest Activity: 2 days agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!