OneDrive / onedrive-api-docs

Official documentation for the OneDrive API
MIT License
451 stars 228 forks source link

HTTP Error 503.2 - Service Unavailable #1800

Closed guiolmar closed 3 months ago

guiolmar commented 3 months ago

Category

Error

We are using Make.com to access the OneDrive API. In one of our flows we have to download a document as PDF:

Screenshot 2024-06-13 at 16 01 18

It has always worked correctly, but we are currently receiving a lot of 503.2 codes.

Expected or Desired Behavior

That the response to the request be the file in PDF format

Observed Behavior

The response has a 503 http status: "HTTP Error 503.2 - Service Unavailable"

Steps to Reproduce

Make a request to export a doc as a PDF to: https://euc.wordcs.officeapps.live.com/document/export/pdf

Thank you.

guiolmar commented 3 months ago

This endpoint is also returning: [500] Timeout calling WRS where service endpoint Url=https://euc.wordcs.officeapps.live.com/document/export/pdf

guiolmar commented 3 months ago

Seems to be resolved.