Is anyone at MS aware of the 504 timeouts from the OneNote Graph API endpoints?

PSandor 0 Reputation points
2024-11-13T17:40:58.7166667+00:00

Every time I call https://graph.microsoft.com/v1.0/me/onenote/sections/{section_id}/pages for a specific notebook section, I receive a 504 Unkown Error.I've noticed several similar posts about this issue. Is anyone at Microsoft addressing this?

I'm on a Family subscription, so I can’t open an Azure support ticket, and the Office support team wasn't able to help. It’s disappointing that we can’t report these types of problems to Microsoft without paying for support.

Error: 504
{
  "error": {
    "code": "UnknownError",
    "message": "",
    "innerError": {
      "date": "2024-11-13T17:00:59",
      "request-id": "e682aff7-c745-4368-91cd-2fd586df995f",
      "client-request-id": "e682aff7-c745-4368-91cd-2fd586df995f"
    }
  }
}

The section I’m querying has around 25 pages, while the call works fine for another section in the same notebook with only 3 pages.

OneNote
OneNote
A family of Microsoft products that enable users to capture, organize, and reuse notes electronically.
208 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,331 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
4,012 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.