thank you.
Hi @aston_he
Looks like they’ve shared a cURL command at the bottom of the page: curl -i -F files[][email protected] https://qu.ax/upload.php
You can use that in n8n through the HTTP Request node like this:
And that will automatically populate the request for you from the cURL command
400 - “{\n "success": false,\n "errorcode": 400,\n "description": "No input file(s)"\n}”
Can you please share your full workflow, by hitting ctrl/cmd + a in the workflow editor, and then ctrl/cmd + c to copy the nodes? You can share them here by pasting that information between two sets of three backticks (```).
I can not share. I just read a file and upload to qu.ax.
If you can’t share your workflow, then there’s not much help we can provide.
By that error, I would assume you’re not properly sending the data through the HTTP Request node, or you aren’t using a correct expression in order to do so. But without the full workflow, I can’t give further advice.
Thanks,forget it.