Can't upload MP4 file to Imgur

Describe the problem/error/question

Hi,

I’m trying to upload a binary file to Imgur via the HTTP module. I’m using N8N on my local Synology NAS to overcome shared IP issues I’m facing on Make.

I’m receiving a Google File ID through webhook in N8N, downloading the file from GDrive, and then uploading it to Imgur using the HTTP module. Files are on avg. 18-20MB each.

What is the error message (if any)?

ERROR: Item has no binary property called “file”.

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version: Version 0.221.2
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker on synology NAS
  • Operating system:

Hi @nocturnae!

Just had a test there - can you try ensuring that in your Google Drive node you’re setting the binary property called “file”? Like this:

That should fix this up for you, as your HTTP request node is looking for a property named “file”.

1 Like