NoCodeBackend

Product details

Q: Can you PLEASE add bulk upload!!

I need to upload a CSV to my database. I have tried to do it through POST and payloads is too large, even at 150,000 characters. i wish we could see the database table, even if basic like airtable or excel. Editing would be nicer, you could make sure thins posted correctly, read your data.... HOW CAN I UPLOAD A LARGE CSV WITH SMALL POST LIMITS?

william726PLUSJan 21, 2025
Founder Team
jass_

jass_

Jan 21, 2025

A: Hello,
Not sure if I understood your question here, but you cannot upload a csv file via the POST endpoint. That's not how it will work, and this is not how we designed it. It will definitely throw an error.
NoCodeBackend serves the purpose of generating APIs which can then be integrated with any front-end or automation tool to transfer, display and store the data.
The other solution here is to use an automation tool like zapier or make.com in-between to automate adding data via the HTTP calls.

Share
Helpful?
Log in to join the conversation
Founder
Posted: Jan 21, 2025

And you can always read all your data by making a /GET request to your table.