OneNoteDev / OneNoteApi

JavaScript library to make calling the OneNote API easier.
MIT License
81 stars 17 forks source link

Is it possible to use GetWopiProperties? #24

Open tobiasviehweger opened 6 years ago

tobiasviehweger commented 6 years ago

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:

{
    "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