There have been other posts on this, however they are pretty old now and seem to be related to the token. However, I am able to make other MS Graph requests and am even able to copy the cURL and make a GET request to the same endpoint (in postman).
Senario:
A client is able to use a search bar to look up section groups within their OneNote notebook. When they select a section group, the app should write a new page and insert that page into the section group. It works with several notebooks but with one im getting a 500 error back in the console and querying in postman returns a 19999 error.
{
"error": {
"code": "19999",
"message": "Something failed, the API cannot share any more information at the time of the request.",
"innerError": {
"date": "2021-01-12T19:52:56",
"request-id": "26fe3dd4-a73b-4d3a-93b6-6c9008a8b0e8",
"client-request-id": "26fe3dd4-a73b-4d3a-93b6-6c9008a8b0e8"
}
}
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…