Dropbox upload

Hi, creating a scenario that can upload multiple files in drop box. I managed to split the batches and I have 4 files. I intend to supply these 4 files to drop box upload node. However the upload node seems to be only taking one item at a time. It doesnt take the 4 files. Any ideas?

Hi @Keep_Innovations, the easiest way would be to have one file per n8n item. If you currently have multiple binary files attached to a single n8n item you can use this workflow to transform your data:

After running this you will have exactly one file per n8n item. Since the Dropbox node will process each incoming item individually it’ll upload all files this way.

1 Like

Hi muted, managed to get the files. However currently assist me with this question. Handling Binary Files

Glad to hear this worked, thx for confirming

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