Hey guys, I’ve been trying to create get a file/image from airtable > download the downloadable file (not the view only) > Upload it into a local accounting software, but file has to be in binary data.
Describe the problem/error/question
So far i’ve been able to get the downloadable URL, after downloading the URL, when calling the accounting systems API to upload the file. It somehow only shows me some HTML data only.
Is there a way to check for to get the binary data, cause I suspect maybe the way I’m doing it right now is not getting the right binary data from the file.
This is the sample payload from the API documentation:
Request samples
- Payload
Content type
- multipart/form-data
{
“file”: “0101010101…”
}
Please do let me know if you need anymore extra data, as I’m not too sure if this is sufficient for you to provide input on this issue im facing right now. Thanks
When downloading the file from URL, response format is set to file and output is paymentProof
Uploading > body content type was just n8n Binary File. and input Data is paymentProof.
Information on your n8n setup
- n8n version: cloud, free version
- Database (default: SQLite): -
- n8n EXECUTIONS_PROCESS setting (default: own, main): -
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
- Operating system: MacOS



