I'm trying to consume this endpoint: Microsoft.OneNote.Api.GetWopiProperties(frameAction='edit')
Using an Azure AD v1 OAuth token, this however fails with:
{
"error": {
"code": "10002",
"message": "The service is currently unavailable. Please try again later.",
"@api.url": "https://aka.ms/onenote-errors#C10002"
}
}
Any idea if this is possible at all? //cc: @jogonzal
Hi,
I'm trying to consume this endpoint: Microsoft.OneNote.Api.GetWopiProperties(frameAction='edit') Using an Azure AD v1 OAuth token, this however fails with:
Any idea if this is possible at all? //cc: @jogonzal