seandenigris / MSAL-Smalltalk

Microsoft Authentication Library (Pharo) Smalltalk Bindings
MIT License
4 stars 1 forks source link

Note Page - Graph API Results Not Up-To-Date #3

Open seandenigris opened 2 years ago

seandenigris commented 2 years ago

When I load pages via https://graph.microsoft.com/v1.0/me/onenote/sections/{ID}/pages?$top=100&$orderby=createdDateTime%20desc, the results are not up-to-date, even though changes have been synced across other devices.

There should be 4 pages in the section. This is what is in the response:

[1] Deleted via DELETE https://graph.microsoft.com/v1.0/me/onenote/pages/{ID} per the docs

seandenigris commented 2 years ago

2022-11-09 - codeye suggested on SO to try https://www.onenote.com/api/v1.0/me/notes/sections/){ID}/pages?$top=100&$orderby=createdDateTime%20desc

I'll have to wait to try that because it seems the missing pages have finally appeared after several days.