I successfully uploaded a simple image using the HTTP request nodes and the example from this link: How to upload to imgur by URL?.
However, I’m having difficulty uploading a binary file. I can read the file, but I’m unsure how to structure the query using the n8n component. I’ve tried making a raw API call, and that works, but I’m confused about the different options available in the n8n HTTP request node. You can find the API documentation here: Imgur API.
Can someone guide me on how to submit a binary file to Imgur using n8n?
The linked topic seems to offer a solution. What is that you are struggling with exactly? Can you post your workflow with some data pinned using the </> button?
yeah that follow the url approach with the body parameter and I tried that but in your example you don’t pass the binary isn’t it ?
if you look at my working example with a simple url ideally I will want to replace the url by a binary