How to create image post on reddit?

Describe the problem/error/question

I want to create an image post on Reddit but I’m having trouble uploading the image since I have no idea what the endpoints for image upload. I don’t use the Reddit node cause it lacks the ability to set flairs so I use HTTP Request node. Could someone please correct my workflow?

What is the error message (if any)?

The item has no binary field ‘filepath’ [item 0]

Check that the parameter where you specified the input binary field name is correct, and that it matches a field in the binary input

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • **n8n version: 1.45.1
  • **Database (default: SQLite): default
  • **n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • **Running n8n via (Docker, npm, n8n cloud, desktop app): npm
  • **Operating system: Ubuntu 22.04 LTS

Hi @Ruriko, thank you for reaching out.

Your binary filepath in the second node output does not match the binary filepath in the input of the third node.


1 Like

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