Upload file
dropbox_uploadUpload text or local files to Dropbox, automatically handling large files via chunked sessions.
Instructions
Upload content to a path. Provide either text (inline UTF-8) or localPath (a file on this machine to read). Files at/under ~140 MB go in a single request; larger local files are streamed in chunks via an upload session automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | "add" (default) keeps both on conflict; "overwrite" replaces. | |
| path | Yes | Destination path in Dropbox, including filename. | |
| text | No | Inline UTF-8 content to upload. | |
| localPath | No | Absolute path to a local file whose bytes to upload. | |
| autorename | No |