# Dropbox Destination

Duplicati supports using [Dropbox](https://www.dropbox.com) as a storage destination. Note that Duplicati stores compressed and encrypted volumes on Dropbox and does not store files so they are individually accessible from Dropbox.

## User interface

<figure><picture><source srcset="https://2363712449-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7cMJiGuXy340g9NzpxLY%2Fuploads%2Fgit-blob-d0ad40e5d791e4c4f8d308c65172754aabd2f4f2%2FScreenshot%202025-11-03%20at%2015.15.00.png?alt=media" media="(prefers-color-scheme: dark)"><img src="https://2363712449-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7cMJiGuXy340g9NzpxLY%2Fuploads%2Fgit-blob-11887788ef19365d5cc2fea8fc597845db6cf8ee%2FScreenshot%202025-11-03%20at%2015.14.53.png?alt=media" alt="View of the configuration of the Dropbox destination"></picture><figcaption></figcaption></figure>

To configure the Dropbox destination you need to pick a unique folder name for the backups, and then authorize Duplicati to work on your behalf. Simply click the "AuthID" link in the text field and the authentication process will start and fill out the "AuthID" when you are done.

## URL format from Commandline

To use Dropbox, use the following URL format:

```
dropbox://<folder>/<subfolder>?authid=<authid>
```

To use Dropbox you must first obtain an `AuthID` by using a Duplicati service to log in to Dropbox and approve the access. See the [page on the OAuth Server](https://docs.duplicati.com/duplicati-programs/oauth-server) for different ways to obtain an AuthID.
