I like to upload a file to the german bookkeeping platform Lexoffice. Unfortunately there is not app for them in n8n so I tried to use there Public API. In the flow I already downloaded the file from another app and also see the binary in the editor. Clicking on “View” renders the correct PDF file.
But when sending to the lexoffice API I always get an error: {\"i18nKey\":\"bad_request_error\",\"source\":\"Required part 'file' is not present.\",\"type\":\"bad_request_error\"}
workflow
Share the output returned by the last node
{\"i18nKey\":\"bad_request_error\",\"source\":\"Required part 'file' is not present.\",\"type\":\"bad_request_error\"}
Information on your n8n setup
- n8n version: 1.31.2
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Linux