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.