Building custom solutions that extend, automate, and integrate Microsoft 365 apps.
Please note that Q&A forum is a public platform, and moderators will modify the question to hide personal information in the description. Kindly ensure that you hide any personal or organizational information the next time you post an error or other details to protect personal data.
Thank you for reaching out to Microsoft Q&A forum
As far as I know, if the library contains orphaned folders, corrupted .one files, or legacy local notebooks (such as an old "Quick Notes.one" file) that are not properly attached to a valid notebook structure, the Graph API incorrectly interprets them as section groups with a null parentNotebook property.
This breaks the API's internal query, causing it to fail silently and return a successful 200 OK HTTP response with an empty array instead of throwing an error or returning the remaining valid pages.
To fix this, the orphaned folders and misaligned files must be cleared from the backend document library. Since you do not have the required permissions, you need to contact your IT or SharePoint administrator. Instruct them to access your corporate OneDrive or SharePoint document library and either delete or relocate any stray folders, corrupted sections, or legacy "Quick Notes.one" files that do not belong to an active, web-synchronized OneNote notebook.
You can read here for more information:
Microsoft Graph API OneNote Overview (Note on SharePoint dependencies): Interact with OneNote notebooks
Hope my answer will help you.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.