Uploading Image with Aspose.Imaging Cloud SDK for Node.js returns error

I am attempting to upload an image using the asposeimagingcloud library for nodejs. When I call

PostImageJpg(null, null, null, ‘image.jpg’, ‘./image.jpg’, cb) I receive a 500 response with the body { Message: ‘An error has occurred.’ } and my file is not uploaded. What can I do to fix this issue?

I actually just checked my email and I had a message saying I had maxed out my api calls, so I am guessing that’s the problem.

Hi Banner,

Yes, that is the reason. Once you reach your API calls limit, you will not be able to process more files. You can create another test account (if your testing is not completed yet) and continue with that.

Best Regards,