Hi @yaroslaw.ekimov,
Thanks for the quick reply!
Client ID: ff359ee4-8297-443f-979d-7aa0f3e635df
This specific attempt timed out with no response from Aspose at all (no requestId returned) — Make run started at 2026-08-24 11:37:56 (UTC+1), request would have been sent a few seconds into that 46s run.’
Requests I made (details, secret redacted):
- Native Make.com connector — “Save a File as” / “Convert a File” action:
- Times out after ~40s with
ModuleTimeoutError
- Manual OAuth2 + generic HTTP call (bypassing the Make connector): Token request:
POST https://api.aspose.cloud/connect/token
Content-Type: application/x-www-form-urlencoded
grant_type=client_credentials&client_id=<my_client_id>&client_secret=<redacted>
This succeeds and returns a valid token (verified token_type: Bearer, and the same token works when pasted manually into the Swagger UI).
Conversion request (fails with different symptoms each time — sometimes “Unauthorized / authorization data is incorrect”, sometimes an internal error decoding the token header):
PUT https://api.aspose.cloud/v4.0/words/relatorio_ViveirosEuroplantasLda.docx/saveAs
Authorization: Bearer <token from step above>
Content-Type: application/json
{ "SaveFormat": "pdf", "FileName": "relatorio_ViveirosEuroplantasLda.pdf" }
- Also tried the equivalent request via reqbin.com (third-party testing tool) with the same headers/body — timed out.
For comparison: the exact same request (same file, same body) works instantly via apireference.aspose.cloud (Swagger UI) — under 1 second, 200 response.
Also worth noting: I checked status.aspose.cloud and saw a history of repeated “api.aspose.cloud is down” incidents on 19 Aug and 23 Aug (several times each day, each lasting 5-15 min). I don’t know if that’s related, but the timing/pattern felt worth mentioning.
Happy to share more (scenario blueprint export, more timestamps) if useful.
Thanks for looking into this!