Skip to main content

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​

  1. Go to https://www.dropbox.com/developers/apps/create Image Fill in the form as shown, then click Create app.
  2. Enter http://localhost:8080 as shown in the image and click Add. Image
  3. Click the Permissions tab. Image
  4. For convenience, you can simply check all the boxes and then click Submit. Image
  5. Click the Settings tab. Image
  6. Click Show below, then copy the App key and App secret. After copying Image
  7. 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.