I am trying using the binary file that came with the webhook and I’d like to upload this to onedrive, but I received this message: “This operation expects the node’s input data to contain a binary file ‘file’, but none was found [item 0]”.
Should I do?
Information on your n8n setup
n8n version: Lastest
Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
[Solution]
The binary file was in the first node, but when I was using some nodes, the bf didn’t follow the way, so I need to merge the last node with the node where I was the binary file until the onedrive node.
I’m sorry for my english. I hope that was understandable.