> ## Documentation Index
> Fetch the complete documentation index at: https://developers.myhero.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Dropbox upload file

> Upload a text file to the user's Dropbox. By default an existing file at the same path is left alone and the new file is auto-renamed; set overwrite to…

`dropbox_upload_file`

Upload a text file to the user's Dropbox. By default an existing file at the same path is left alone and the new file is auto-renamed; set `overwrite` to true to replace it, which Dropbox keeps in file revisions.

## Parameters

<ParamField path="path" type="string" required>
  Absolute Dropbox path including filename, e.g. '/Reports/q3.txt'.
</ParamField>

<ParamField path="content" type="string" required>
  Text content of the file.
</ParamField>

<ParamField path="overwrite" type="boolean">
  Replace an existing file at this path. Default false.
</ParamField>
