Dropbox upload failing with medium sized files

Describe the problem/error/question

Workflows arent uploading medium sized files (17 MB) to Dropbox and are losing connection.

Is there some kind of file limit?

What is the error message (if any)?

Connection Lost (You have a connection issue or the server is down. n8n should reconnect automatically once the issue is resolved.)

Please share your workflow

Information on your n8n setup

  • n8n version: 1.80.3
  • Database (default: SQLite): ?
  • n8n EXECUTIONS_PROCESS setting (default: own, main): ?
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Cloud
  • Operating system: macOS

This does sound like something is getting cut off based on hitting a limit.

It shouldn’t be a problem on the dropbox end. Their limits are way bigger.

It also shouldn’t be limited on the n8n/nodejs end. The Axios limits are set to Infinity.

It’s possible they have some limits on the cloud servers. Maybe one of the n8n cloud support guys can say for sure.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.