Issue highlighting the file

Describe the problem/error/question

How do select the file ?

What is the error message (if any)?

"400 - "

{"error":\

"invalid

payload"心

details":"

File must end with

•xIsx|"‘’‘’',

Please share your workflow



(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

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

Hi @Jamaal :wave: I’m afraid we’re going to need a little more information than this, and knowing the data that you’re receiving from the previous node and understanding what you’re doing with the HTTP Request node :see_no_evil:

Could you also share the following:

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
2 Likes

Thanks for getting back to me @EmeraldHerald

So the file is sent from the bubble as you can see below

Triggered by webhook

Stored in AWS

Then sent on to the HTTP request

hi @Jamaal

in the S3 node File Name parameter is incorrect. It should be {{ $binary.data.fileName }}

And are you sure that you need a Parent folder key? It means the file will be stored in the S3 bucket inside the “text text” folder

2 Likes

Thanks @barn4k I’ll update it and let you know how it works out