前提条件
- Create a Dropbox app.
- Give the app these scope permissions:
files.metadata.readandfiles.content.read. - Generate access token: www.dropbox.com/developers/apps/create.
pip install dropbox(requirespip install "unstructured[pdf]"for PDF filetype).
Instructions
`DropboxLoader“ requires you to create a Dropbox App and generate an access token. This can be done from www.dropbox.com/developers/apps/create. You also need to have the Dropbox Python SDK installed (pip install dropbox). DropboxLoader can load data from a list of Dropbox file paths or a single Dropbox folder path. Both paths should be relative to the root directory of the Dropbox account linked to the access token.通过 MCP 将这些文档连接到 Claude、VSCode 等工具以获取实时答案。

