Is anyone at MS aware of the 504 timeouts from the OneNote Graph API endpoints?
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.