Read file (text)
dropbox_read_fileDownload a Dropbox file as UTF-8 text to read docs, notes, code, or CSV files. Handles files up to 5 MB; use temporary link for larger or binary files.
Instructions
Download a file and return its contents as UTF-8 text — for referencing docs, notes, code, csv, etc. Guarded by DROPBOX_MAX_READ_BYTES (default 5 MB). For large or binary files use dropbox_get_temporary_link instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Dropbox path, e.g. "/Marketing/2025/brief.pdf". Use "" for the account root. |