Dropbox
dropboxAuthenticate with Dropbox using OAuth device code flow. Access Dropbox API for files, folders, and sharing.
🔐 Authentication Methods
device_code
device: https://www.dropbox.com/oauth2/device
token: https://api.dropboxapi.com/oauth2/token
Scope: account_info.read files.metadata.read files.content.read sharing.read
👤 Identity
Account: e.g., personal, business
🌐 APIs
files
Base URL: https://api.dropboxapi.com/2
Auth Header: Authorization: Bearer {token}
Methods: device_code
content
Base URL: https://content.dropboxapi.com/2
Auth Header: Authorization: Bearer {token}
Methods: device_code
📦 Public Clients
These clients are bundled with the formula. Schlussel auto-selects the first available public client and its supported method. Just run the command below.
dropbox-cli
Client ID: YOUR_CLIENT_ID
Methods: device_code
$ schlussel run dropbox