diff --git a/README.md b/README.md index e39b597..9d598e1 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,10 @@ Optionally, the files definition can be provided by an external json file: | dropbox | False | None | Dropbox connection settings | | dropbox.token | True | None | Dropbox token | +The token needs the `files.content.read` scope: + +[![Dropbox scopes](img/dropbox_scopes.png)](https://www.dropbox.com/developers/apps) + ### Built-in Singer SDK settings The following settings are supported by the Singer SDK and are automatically handled by the tap: diff --git a/img/dropbox_scopes.png b/img/dropbox_scopes.png new file mode 100644 index 0000000..e8f4d86 Binary files /dev/null and b/img/dropbox_scopes.png differ