Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?
SaaS
What are the exact steps to reproduce this issue?
I don’t know the steps 
I assume:
- Create a JWT Token, Upload the File, get the backend URL in response and then import it…
I can’t find a suiting endpoint for importing it 
Sorry for bothering you, found it out myself… (not really documented though) 
A little “browser dev tools” exposed the correct endpoint.
This endpoint should do the trick: Baserow API spec
Nope, did not work for me at all 
---->
https://api.baserow.io/api/database/tables/database/{{database_id}}/async/
This worked for me, with a lot of CSV parsing and such 
But perhaps it works just easier and I just didn’t do it right.
I upload the CSV via an N8N form: