I'm trying to upload a 50Mb json file to a Cloudant database and I've tried over curl and using a NodeJS script. I get
{"error":"too_large","reason":"the request entity is too large"}
but if I limit it to 1000 documents, it works.What is the fastest way of doing this , am I missing something?