mirror of
https://github.com/Chouchen/Shikiryu_Backup.git
synced 2021-06-30 16:02:14 +02:00
22 lines
422 B
Markdown
22 lines
422 B
Markdown
# Dropbox transport configuration
|
|
|
|
## JSON
|
|
```
|
|
"Dropbox": {
|
|
"token": "your-token-here",
|
|
},
|
|
```
|
|
## General
|
|
|
|
To generate your access token, you need to go to your [`App Console`](https://www.dropbox.com/developers/apps).
|
|
|
|
Then,
|
|
1. Create a new app
|
|
2. Select DropboxAPI, "App folder" and give it a unique name.
|
|
3. Click on the button next to "Generate access token"
|
|
|
|
## Options
|
|
token (mandatory) = access token
|
|
|
|
|