Variable: DEFAULT_DROPBOX_APP_KEY
const DEFAULT_DROPBOX_APP_KEY: "c6wroqtgxztzq9t";
Defined in: electron/services/cloud/internal/cloudServiceSettings.ts:24
Default Dropbox OAuth app key (client_id) shipped with the app.
Remarks
This is not a secret. Desktop apps using OAuth + PKCE are public clients and cannot keep an app secret confidential.