0

I have created a NoteBook in OneDrive using OneNote API (https://graph.microsoft.com/v1.0/me/onenote/notebooks)

Now when I run delta query to get changed items in OneDrive (https://graph.microsoft.com/v1.0/me/drive/root/delta) I can see the newly created OneNote but its ID is different.

There is no mapping between ID returned by OneNote API (after creating NoteBook) and ID returned by the delta query.

Let me know if there is any way to figure out this mapping.

user13260866
  • 131
  • 1
  • 2
  • 9

1 Answers1

0

I think if you look at the OneNote NoteBook id 1-xxxxxxxx-yyyy-zzzz-aaaa-bbbbbbbbbb it is similar to the eTag returned by OneDrive "{XXXXXXXX-YYYY-ZZZZ-AAAA-BBBBBBBBBBBB},1"

codeye
  • 607
  • 3
  • 10
  • Correct. Observed this but I am not sure if this is officially supported way by Microsoft. So bit hesitant to go with this. – user13260866 Apr 11 '21 at 15:17