resultsmopa.blogg.se

Dropbox for business api unauthorized with access token
Dropbox for business api unauthorized with access token










You should ensure your app works with short-lived access tokens. You should review your apps permission tab to transition to scopes. For now, our App Console supports both legacy and scoped app creation, but may be turned off soon as we prepare to retire long-lived tokens on September 30th, 2021. The major changes to be aware of are the introduction of short-lived tokens, scopes, PKCE, and refresh tokens. You can read about them in the OAuth Guide or in the blog post, Now Available: Scoped Apps and Enhanced Permissions. We recently launched several permissions enhancements. Instead, now you must use the Short-Lived Token and Refresh Tokens in your applications.

dropbox for business api unauthorized with access token dropbox for business api unauthorized with access token

The problem is that since September 30th, 2021, Dropbox turn off the Long-Lived Tokens.

dropbox for business api unauthorized with access token

Recently I was implementing a Dropbox integration with my Java+Spring application using Dropbox API and Java SDK.












Dropbox for business api unauthorized with access token