Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/sources/companion-plugins/dropbox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ Things to note:
- Choose the “Dropbox API”, not the business variant.
- Typically you’ll want “Full Dropbox” access, unless you are absolutely certain
that you need the other one.
- Enable the scopes `account_info.read`, `files.metadata.read` and
`files.content.read` under “Permissions”. If you want to support
[Team folders / Teams spaces](https://developers.dropbox.com/dbx-team-files-guide),
counterintuitively you must **not** enable any Team scopes.

You’ll be redirected to the app page. This page lists the app key and app
secret, which you should use to configure Companion as shown above.
Expand Down