Jamaal
October 9, 2023, 7:01pm
1
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 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
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
Jamaal
October 10, 2023, 4:50pm
4
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
barn4k
October 10, 2023, 9:57pm
5
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
Jamaal
October 11, 2023, 2:23pm
6
Thanks @barn4k I’ll update it and let you know how it works out