Dropbox setup
Read-only access to the Radio Noise catalog at /EN Secure/songs/_RadioNoise Catalog.
Token cache cleared. Run OAuth again after updating app credentials.
Current config
- Enabled: no
- Config file:
config/dropbox.local.php(host only) - Catalog root:
/EN Secure/songs/_RadioNoise Catalog
Step 1 — Create a Full Dropbox app
The current App-folder app cannot see /EN Secure/…. Create a new app:
- Open Create app.
- Choose Scoped access.
- Choose Full Dropbox (not App folder).
- Name it e.g. Radio Noise Catalog Read.
- Permissions tab → enable
files.metadata.readandfiles.content.read→ click Submit. - Settings tab → add redirect URI:
https://www.radionoise.com/dropbox-test.php?oauth=1 - Copy the new App key and App secret.
Step 2 — Update dropbox.local.php
On the server (and your Mac copy), edit config/dropbox.local.php:
'app_key' => 'NEW_APP_KEY', 'app_secret' => 'NEW_APP_SECRET', 'refresh_token' => '', 'root' => '/EN Secure/songs/_RadioNoise Catalog',
Use exact path casing. Leave refresh_token empty until Step 4.
Clear token cache after switching apps (removes cached access token).
Step 3 — OAuth
Add the new app key and secret first, then return here.
Step 4 — Verify
Complete steps 1–3 first.