Token Endpoint Consistently Returning 429 Status Code Even on New Accounts
I’m experiencing a persistent issue with the Aspose Cloud API token endpoint. When attempting to retrieve an access token, the endpoint consistently returns a 429 Too Many Requests status code, even when using credentials from a freshly created account.
@a.user, When encountering authentication failures, increase the time between retry attempts. The cooldown period for rate-limited credentials is 10 minutes
We are seeing the same thing – persistent 429 even well after any cool-down period would have passed, and since we have not received any 400s there shouldn’t be any rate limiting regardless. You have an issue.
@kirill.novinskiy as mentioned before, it doesn’t matter where the request originates from or what API credentials we use. Like other users, even with completely new credentials we face the same issue.
@a.user , @lumentric
Can you please share code sample to reproduce the issue? We will further proceed to assist you accordingly. Please check that you are reusing the authentication token correctly.
I can create a token adding this header to the request. Is this new? Did the API recently change? We haven’t made any changes in the code in a long time and we suddenly got 429 errors since March 7
Unfortunately we are currently facing the exact same issue, and started receiving “429 Too Many Requests” for 4 days, nothing changed from our side, tried creating new credentials but issue persists.
API: https://api.aspose.cloud
package: aspose-cloud/aspose-words-cloud@21.5.0
we are using this package aspose-cloud/aspose-words-cloud - Packagist, It was working fine until four days ago, but now it always returns a “429 Too Many Requests” error.
we get this error: Client error: POST https://api.aspose.cloud/connect/token resulted in a 429 Too Many Requests
btw we tried to upgrade the package to “23.11.0” but still same issue, so it is not an SDK issue, all our requests are blocked because of this error
We are planning do update the version but that not the issue right now, the issue is that the connect/token endpoints fails, here is a sample of our code, but I don’t think there is any problem with the code since it has been working fine for months!