Aspose.Slides Cloud SDK for Node.js API Does Not Accept Any Uploads

Hello,

I use asposeslidescloud node package for PPTX conversion. The API was working yesterday but now upload operations do not succeed no mater the file size. An upload either fails with an error like “Error while parse server error: SyntaxError: Unexpected token < in JSON at position 0” or keeps running for a time long enough to hit the timeout of the cloud function the code is being executed in, which is 30 minutes.

The code looks like:

const api = new SlidesApi('<Aspose App ID>', '<Aspose App Key>')
const uploadResult = await api.uploadFile('filename.pptx', createReadStream('path/to/filename.pptx'), 'Internal')

The SDK version is 24.12.0

Is there any ongoing incident? I don’t see anything on the status page.

@lumentric,
Thank you for reporting on the issue. We are sorry that you encountered this problem. Could you please specify the exact date and share a full error message?

Nevermind, it seems to be working again.

@lumentric,
We are glad that the issue has been resolved on your end. Thank you for using Aspose.Slides Cloud.