Downloaded some resources from google drive and then wanted to use them to make an http call to an API.
The first two binary items seem to be processed with no issue but the third throws an error. As you can see in the screenshot on the input data side, it is obviously available but not usable.
Is there any kind of limit on binary files to be processed simultaneously?
There is no typo error involved, therefore I think this might be worth a bug report.
What is the error message (if any)?
The item has no binary field ‘question_image’ [item 0]
Thanks for posting here and welcome to the community!
Which version of the HTTP request node are you using (see settings tab)? I would need to reproduce this. Can you share your workflow (or at least a minimal version of it)?
Tip for sharing your workflow in the forum
Pasting your n8n workflow
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!