Skip to main content
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

string
required
Absolute Dropbox path including filename, e.g. ‘/Reports/q3.txt’.
string
required
Text content of the file.
boolean
Replace an existing file at this path. Default false.