Hi,
I am trying to build a custom connector to retrieve section groups from onenote notebook.
I have already registered an app in azure portal and added the required details like Client ID,Secret key,Scope in the connector under security.
i am using https://graph.microsoft.com/v1.0/me/onenote/notebooks/{id}/sectionGroups api
But getting 403 error
"The OAuth token provided does not have the necessary scopes to complete the request. Please make sure you are including one or more of the following scopes: Notes.ReadWrite.All,Notes.Read.All,Notes.Read,Notes.Create,Notes.ReadWrite,Notes.ReadWrite.CreatedByApp,Notes.Read,Notes.Create,Notes.ReadWrite,Notes.ReadWrite.CreatedByApp,Notes.Read.All,Notes.ReadWrite.All"
Out of these all, i have added
Notes.ReadWrite.All,Notes.Read.All,Notes.Read in API permission in azure portal
Does this has to be approved by the admin and then will this 403 will go or something else has to be added?
Regards,
Yojana

Report
All responses (
Answers (