Dropbox setup

Read-only access to the Radio Noise catalog at /EN Secure/songs/_RadioNoise Catalog.

Current config

Step 1 — Create a Full Dropbox app

The current App-folder app cannot see /EN Secure/…. Create a new app:

  1. Open Create app.
  2. Choose Scoped access.
  3. Choose Full Dropbox (not App folder).
  4. Name it e.g. Radio Noise Catalog Read.
  5. Permissions tab → enable files.metadata.read and files.content.read → click Submit.
  6. Settings tab → add redirect URI:
    https://www.radionoise.com/dropbox-test.php?oauth=1
  7. 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.

← Home · Song Catalog