DropBox
resource-pack:
delivery:
hosting:
- type: host
use-environment-variables: false
app-key: ""
app-secret: ""
refresh-token: ""
upload-path: "server_resource_pack.zip"
# Optional proxy
proxy:
host: "127.0.0.1"
port: 7890
Enviroment Variables
- CE_DROPBOX_APP_KEY
- CE_DROPBOX_APP_SECRET
- CE_DROPBOX_REFRESH_TOKEN
Configuration Tutorialâ
- Go to https://www.dropbox.com/developers/apps/create
Fill in the form as shown, then click
Create app
. - Enter
http://localhost:8080
as shown in the image and clickAdd
. - Click the
Permissions
tab. - For convenience, you can simply check all the boxes and then click
Submit
. - Click the
Settings
tab. - Click
Show
below, then copy theApp key
andApp secret
. After copying - Install Python 3.10+ and requests 2.32.4+, then click here to get the script and run it. Follow the prompts in the token retrieval program to proceed.