Binary data issue from Dropbox Share/Download Url

Describe the problem/error/question

Binary data not being stored properly when downloading file from Dropbox.
I’m simply making a get request to a forced download Dropbox share link.
Creating a temporary share link from Dropbox seems to work, but that isn’t ideal for my current workflow. Also curious why this is processing differently.

What is the error message (if any)?

No error message

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.93.0
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud

Solved my own issue.
For anyone having the same issue, Options > Response > Response Format as File and Put Out in Field as data (or whatever you prefer).

1 Like