N8N Webhook Upload limit when using Form-Data

n8n uses formidable to parse form-data payloads, which defaults to 200MiB for max file size. The 210MB file that’s working for you is about 200MB.
This will be addressed here.
Once this change is merged, you’ll be able to set a higher limit for your n8n instance via an env variable.