mirror of
https://github.com/gilbertchen/duplicacy
synced 2025-12-23 19:53:24 +00:00
Updated Storage Backends (markdown)
@@ -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.
|
||||
|
||||
</details>
|
||||
|
||||
<details> <summary>Amazon S3</summary>
|
||||
|
||||
Reference in New Issue
Block a user