Getting 'Authorization failed' with aspose cloud words API npm version 23.8.0

Using Aspose.words API with a NodeJS app.
I’m using the asposewordscloud npm package version 23.8.0
The main use is to convert HTML strings to Word files.

everything was working fine for a few months, and today morning I’m only getting this error:
Authorization failed

I didn’t change anything with my code and verified the client ID and Secret adn they are correct.

this is my code:

const { WordsApi, ConvertDocumentRequest } = require('asposewordscloud');
const wordsApi = new WordsApi(process.env.ASPOSE_WORDS_CLIENTID, process.env.ASPOSE_WORDS_SECRET);

@Bestlinks

We noticed that Aspose.Words Cloud service is not working as expected. We are looking into the issue and will fix it soon.

Also reliant on this in our production environment. We require a fix ASAP

@tilal.ahmad
It has been more than 20 hours since this issue started.
No updates from your team over 15 hours now.

What is going on?

Status page is also reporting the issue is fixed when we are still encountering issues - https://status.aspose.cloud/
Aspose please provide an official update on this issue

@Bestlinks , @workflowmax2

We apologize for any inconvenience. Please try again; it should be functional now.

@tilal.ahmad
Thank you for the update.
It is working now.
A bit slow than normal, but working.

1 Like