n8n
n8n copied to clipboard
Dropbox upload node fails to overwrite existing files
Bug Description
The "Dropbox Upload File" node does not overwrite files when a file with the same name already exists in Dropbox, despite the documentation in the file path help popup stating: "Existing files get overwritten."
- The issue does not occur during manual testing; it only appears when the workflow runs in production.
- Appending a unique identifier (e.g., date) to the filename bypasses the issue.
To Reproduce
- Add a "Schedule Trigger" node to start the workflow.
- Use a "Read File" node to read a file from the local disk.
- Add a "Dropbox Upload File" node and set the upload path to use the same filename for every execution.
- Run the workflow.
Expected behavior
The file should be uploaded and overwrite the existing file in Dropbox, as described in the documentation.
Observed Behavior: The workflow fails to upload the file if a file with the same name already exists in Dropbox.
Operating System
Ubuntu Linux 22.04
n8n Version
1.73.1
Node.js Version
20.18.0
Database
SQLite (default)
Execution mode
main (default)