Dropbox Api Short-Lived tokens and refresh tokens — Spring + Java Application

Rafael Franchi
Towards Dev
Published in
4 min readFeb 9, 2022

--

Recently I was implementing a Dropbox integration with my Java+Spring application using Dropbox API and Java SDK. The problem is that since September 30th, 2021, Dropbox turn off the Long-Lived Tokens. Instead, now you must use the Short-Lived Token and Refresh Tokens in your applications.

--

--