Questions tagged [microsoft-graph-onenote]

Microsoft Graph OneNote refers to the OneNote APIs in Microsoft Graph. This tag should always be used in conjunction with the [microsoft-graph] tag.

57 questions
3
votes
1 answer

Microsoft one note graph api doesn't include recently created pages

The '/onenote/sections/{sectionId}/pages' endpoint doesn't return recently created pages. It used to work without issues. Since the past few days, it isn't returning newly created pages. Does anyone know how to fix this…
3
votes
0 answers

Onenote pages created via Microsoft graph shows as unread (with green color) in the OneNote client

This is not the correct behavior in my mind. It should behave the same way as if the page was created via the OneNote client. This behavior creates a big usability issue for our end users since the whole page will be covered with the green color of…
Prakash Verma
  • 470
  • 3
  • 11
2
votes
2 answers

Create new OneNote notebook Bad request

I want to create a new OneNote notebook using Graph api. I am following this document, https://learn.microsoft.com/en-us/graph/api/onenote-post-notebooks?view=graph-rest-1.0&tabs=http Using Graph Explorer, I created it without loss but I want to…
ShaliniP
  • 23
  • 3
2
votes
0 answers

What is the reason why the OneNote APIs won't return all the pages in a notebook?

I am reading around here and I am seeing multiple messages about the /pages endpoint that is not working a expected It seems that the OneNote APIs (MS Graph or Office365) are not returning all the pages that the user can see. In particular recent…
MiniMe
  • 1,057
  • 4
  • 22
  • 47
2
votes
0 answers

Onenote MS graph API return only old pages

I use OneNote Graph API for personal MS account, and have an issue with GET, I don't get newly created pages, only old updates, more than 10 days ago. as I understand this problem is not in the Work/School account, but various Graph's procedures…
2
votes
1 answer

Microsoft Graph api not returning new pages added for Onenote Personal account

We have Onenote app to access MS Graph apis, with which we try to resend the Onenote files. When we request the pages from “https://graph.microsoft.com/v1.0/me/onenote/pages" or “https://graph.microsoft.com/v1.0/me/onenote/sections/SECTION_ID/pages"…
2
votes
2 answers

Onenote API (once again) not returning new pages

As of yesterday, it appears that the Onenote /pages endpoint is not working properly for my account. The data returned for the first two pages is recent, however all other pages and their respective HTML content links are last updated as of Feb 28th…
1
vote
0 answers

Id attributes are missing in OneNote page content fetched via Microsoft Graph

We are creating a OneNote page using the below Graph endpoint. Several id attributes are present in the HTML content of this page. POST .. groups/{group-id}/onenote/sections/{section-id}/pages To get the OneNote page content again, we are using the…
1
vote
2 answers

Using the ABI or Microsoft.Graph How to achieve two-way synchronization with the ink of OneNote in your own application?

I am designing a free software, positioning is to quickly record some temporary ideas, now through Microsoft.Graph You can upload the ink to OneNote. But now I want to pull ink from the notebook and keep the ink synchronization between this free…
1
vote
1 answer

Accessing onenote via API MS graph

I've read lots of docs and different posts, but I can't get the right access token to read my own OneNote via api. I have MS account and app in azure portal. In graph-explorer I CAN read my OneNote. If I copy access token from graph-explorer, then…
1
vote
0 answers

Microsoft one note graph api doesn't load pages in a section

I'm unable to load the pages in a particular section using MS graph API. URL: https://graph.microsoft.com/v1.0/me/onenote/sections/0-E6AC34B29128DCBF!181/pages?top=100 Status Code: 504 Gateway Timeout { "error": { "code": "UnknownError", "message":…
0
votes
0 answers

Onenote graph API bug in programmatically updated task

I am using OneNote graph API to update a task using golang. Below is my approach: After that whatever I try to create like a new task or anything, this same data-id is added to the new tasks or elements. For example, I have updated the task "Card…
0
votes
0 answers

Is there any way to read .one files (OneNote Files) in Python?

I am able to extract files and pages through REST API using https://graph.microsoft.com/v1.0/me/onenote/pages/ But I could find any way where we can read .one files, like we can read .txt,.csv,.xls,.docs files in python. Is there any library build…
Irfan Umar
  • 196
  • 3
  • 18
0
votes
0 answers

Crash in UWP app on ARM64 device while executing the API 'AcquireTokenInteractive' for MS Feed sign-in

On ARM64, the app crashes with an exception in SharedLibrary.dll while executing the API AcquireTokenInteractive for MS Feed sign-in. It works properly on x64 devices. Found a similar problem in this post. The only workaround solution mention in…
Md. Faisal Habib
  • 1,014
  • 1
  • 6
  • 14
0
votes
1 answer

Access Free OneNotes with Graph API

I am trying to access my own OneNote notebooks using the MSGraph API. It has taken a lot of effort, but I have eventually worked out how to get an access token and can successfully send a request to "https://graph.microsoft.com/v1.0/me" and get my…
1
2 3 4