diff --git a/Storage-Backends.md b/Storage-Backends.md index aab3272..4a65af0 100644 --- a/Storage-Backends.md +++ b/Storage-Backends.md @@ -35,6 +35,9 @@ For Duplicacy to access your Dropbox storage, you must provide an access token t * Create your own app on the [Dropbox Developer](https://www.dropbox.com/developers) page, and then generate the [access token](https://blogs.dropbox.com/developers/2014/05/generate-an-access-token-for-your-own-account/) * Or authorize Duplicacy to access its app folder inside your Dropbox (following [this link](https://duplicacy.com/dropbox_start.html)), and Dropbox will generate the access token (which is not visible to us, as the redirect page showing the token is merely a static html hosted by Dropbox). The actual storage folder will be the path specified in the storage url relative to the `Apps` folder. +Update: Dropbox no longer gives out long-lived access tokens and instead only offers long-lived refresh tokens. We checked in a [fix](https://github.com/gilbertchen/duplicacy/commit/cde660ee9f528324a3f07305c06cf0951ac0184c) to support authorization based on refresh tokens. This fix will be included in the next release but for now you'll need to build your own CLI. A refresh token can be obtained by +visiting https://duplicacy.com/dropbox_start. +
Amazon S3