Microsoft Graph OneNote refers to the OneNote APIs in Microsoft Graph. This tag should always be used in conjunction with the [microsoft-graph] tag.
Questions tagged [microsoft-graph-onenote]
57 questions
0
votes
1 answer
Microsoft Graph API - OneNote - Create Page Issue - System.IO.Stream.get_ReadTimeout()
Tried Graph API directly for creating page, Is it the right way/possible or else we should use only HttpClient to create page.
Also I couldn't see C# code example for create page under…

erdarun
- 441
- 1
- 8
- 14
0
votes
1 answer
Wrong ordering on add images of PDF file content
When i add a PDF to a OneNote page as a multipart request it seems like the ordering of the pages are sorted alphabetically instead of lexical order. The pages in the PDF are numbered (1-22) but when the page has been updated with the content from…

EirikSF
- 31
- 1
- 5
0
votes
2 answers
How to get authProvider for OneNote API
I'm using MS.Graph and trying to get a list of my OneNote Notebooks.
Here is the code I'm using.
IConfidentialClientApplication confidentialClientApplication =…

Trey Balut
- 1,355
- 3
- 19
- 39
0
votes
1 answer
Trying to update a OneNote page using Python, requests and MS Graph API results in "Unknown error"
Not sure what I am doing wrong here
I am trying to use a Python script to update a OneNote page that I can retrieve just fine
I am using a device authentication flow and the scopes send when I am getting the token are these
scopes=[
…

MiniMe
- 1,057
- 4
- 22
- 47
0
votes
1 answer
What type of app/authentication flow should I select to read my cloud OneNote content using a Python script and a personal Microsoft account?
I am completely new to MS Identity services and I am overwhelmed by the many options I have for what I need to do
Here is what I am trying to achieve: I have a OneNote personal account and notes stored in the MS Cloud (OneDrive I guess). I need to…

MiniMe
- 1,057
- 4
- 22
- 47
0
votes
1 answer
A request with the GraphServiceclient for notebooks, the query option "select" needs "name" instead "displayname"
With the query option "select" the properties in the requested notenooks can be reduced. If i try this in the Graph explorer, the select statement looks like "$select=id,displayname,createddatetime"
The same procedure with the GraphSeviceClient…

KusiTec
- 23
- 6
0
votes
1 answer
Microsoft Graph API OneNote pages content BadRequest
I am using OneNote /content endpoint to retrieve page content as described here: https://learn.microsoft.com/en-us/graph/api/page-get?view=graph-rest-1.0
However, calling GET on /me/onenote/pages/{id}/content[?includeIDs=true] returns me this:
{
…

HelmBurger
- 1,168
- 5
- 15
- 35
0
votes
3 answers
Unable to render OneNote image resource after appending preAuthenticated=true option in OneNote api call
https://github.com/microsoftgraph/microsoft-graph-docs/issues/2624
I am experience the issue as the above.
I am trying to save the content of a page with a reference to an image by calling…

Ben Wong
- 691
- 2
- 19
- 29
0
votes
1 answer
Nested Section Group with One Note Javascript API
I notice that in One Note Web, you cannot nest a section group within a section group like this:
Sports (Section Group)
Basketball (Section Group)
Teams (Section Group)
Toronto Raptors (Section)
Raptors…

Ben Wong
- 691
- 2
- 19
- 29
0
votes
1 answer
Error deleting a student from onenote classnotebook using API
I am trying to delete a student from a OneNote classnote book using the microsoft onenote API, but getting the following error.
{'error': {'code': '19999', 'message': 'Something failed, the API cannot share any more information at the time of the…

Mark Waller
- 179
- 1
- 8
0
votes
0 answers
Issues downloading picture to local system using OneNote API
I'm trying to write a program that dowloads OneNote pages to my pc, including files in the pages. I'm stuck on the downloading images from the pages. I make a GET request and get the binary data for the image just fine, when I save it and try to…

M. Araújo
- 51
- 3
-1
votes
1 answer
Can't find (other web locations) option in Microsoft OneNote?
I am trying to share Microsoft OneNote with Microsoft Team OneNote, but can't find the option (Other Web Locations) I only see the [enter image description here] which takes me to my local computer 1 I was supposed to see enter image description…

user14487969
- 1
- 1