aspose-slides-cloud / aspose-slides-cloud-nodejs

JavaScript library for communicating with the Aspose.Slides Cloud API
MIT License
1 stars 1 forks source link

Reading the request body timed out due to data arriving too slowly. See MinRequestBodyDataRate. #2

Open aadrians1 opened 2 years ago

aadrians1 commented 2 years ago

Reading the request body timed out due to data arriving too slowly. See MinRequestBodyDataRate.

slidesApi.mergeOnline(files).then((result) => { resolve(result); }).catch((error)=> { console.log(error); })