Add ink to OneNote pages via Microsoft Graph API
Stack Overflow Forums » OneNote
by Prithvi Seran
5d ago
I am trying to add ink to OneNote pages through the Microsoft Graph API. I have read this article, https://devblogs.microsoft.com/microsoft365dev/onenote-ink-beta-apis/, but it was written in 2017 and it seems that the graph api is preferred now. I tried using this curl command: curl -X POST https://graph.microsoft.com/v1.0/me/onenote/sections/[id]/pages \ -H "Authorization: Bearer [...]" \ -H "Content-Type: application/xhtml+xml" \ -H "Content-Disposition: form-data; name=presentation-onenote-inkml" \ --data-binary @- <<EOF <?xml version ..read more
Visit website
OneNote COM Add-In Not Loading - Runtime Error occured during the loading of the COM Add-In
Stack Overflow Forums » OneNote
by Nai Jie
1w ago
I am developing a COM Add-In for OneNote for Microsoft Office 365 MSO using this project(VanillaAddIn) as a template. However, when I build and install the project, I get the following error when I try to load the Add-In from OneNote. Load Behavior: Not Loaded. A runtime error occured during the loading of the COM Add-In I have tried adding a call to start the debugger on the OnStartupComplete method, but the debugger isn't being launched so I assume something is failing before any of the code even runs. public void OnStartupComplete(ref Array custom) { System.Diagnostics.Debugger.Launch ..read more
Visit website
How do I copy a deleted OneNote notebook from the iOS app back up to OneDrive (or anywhere)?
Stack Overflow Forums » OneNote
by Omortis
1M ago
A question from the "giant galloping idiot" category. I accidentally deleted a OneNote notebook from OneDrive in a late night folder cleanup activity. The whole notebook exists on my iPhone in the iOS OneNote app. Is there any way for me to copy that notebook file or data back up to OneDrive? I can see no way to do this from within the OneNote app itself and the notebook is of course no long visible in OneDrive... Edit: I see that I can send a copy of each individual page via e.g. email - is this the only option ..read more
Visit website
OneNote to Loop Migration
Stack Overflow Forums » OneNote
by DataAnalyst
2M ago
I have extensive documentation in OneNote how can I migrate it to Microsoft Loop? Instead of copy pasting or manually transferring the notes is there a program ..read more
Visit website
Getting Sync of this section is not supported. Detailed error information: Getting Section, code 20258
Stack Overflow Forums » OneNote
by Manzurul Hoque Rumi
2M ago
I have an app to which users can authorize and we can access the pages or sections of the user. I have setup the scopes and no problem with the scopes. For some users, when we try to get pages for the user, we get this error: { "error": { "code": "20258", "message": "Sync of this section is not supported. Detailed error information: Getting Section", "innerError": { "date": "2024-03-16T07:47:34", "request-id": "----", "client-request-id": "----" } } } I found this question with same problem but it's difficult to find ..read more
Visit website
OneNote: missing share button
Stack Overflow Forums » OneNote
by MMM
3M ago
I used to have a share button in OneNote (Windows program, not the Windows Store app) but it is gone since I got a fresh Windows installation at work. It should be the same version or newer than before (version I now have is: Version 2308(Build 16731.20550), I don't know what I had before) I did manage to manually add it through custom ribbon, but it is not the same as before. Before I would get a share link in this form: NotebookName (Web view) How can I get this type of link again? The link I now get in the program, W10 app and through the site all give the regular website url ..read more
Visit website
Issues in copying code from Xcode to OneNote
Stack Overflow Forums » OneNote
by Boson
3M ago
I am learning C++ in Xcode and am trying to make a notebook in OneNote. However, when copying code from Xcode to OneNote, some spaces between words are lost. For example: See I've noticed that often the spaces lost are between int and the next word or between return and the next word. I've tried workarounds (like pasting into VSCode first) but these are too long. Does anyone know how to resolve this issue so I can directly paste code from Xcode to OneNote? Thanks for your help ..read more
Visit website
How to get onenote api key or notebookkey in powerapps
Stack Overflow Forums » OneNote
by MJ X
4M ago
I am creating a PowerApps and I need to add some data through PowerApps canvas to OneNote, in OneNote connector doc it (https://learn.microsoft.com/en-us/connectors/onenote/#createsectioninnotebookresponse) for creating section in OneNote it mentions API Key of one note, how can I get that or where can I find that I created a button and I don't know how to or where to get notebookKey 'OneNote(Business)'.CreateSectionInNotebook(notebookKey,{name:"Section name ..read more
Visit website
OneNote with some sections Make Subpage and Promote Subpage is greyed out
Stack Overflow Forums » OneNote
by saumilsdk
5M ago
I have onenote notebook with multiple sections and for one particular section I am unable to use Make Subpage and Promote Subpage options while right clicking on the section ..read more
Visit website
Moving emails from outlook to onenote programmatically
Stack Overflow Forums » OneNote
by Ooidal
6M ago
I have some vba code to move all emails from an outlook 2016 folder to OneNote 2016, which runs without errors, but it effectively does nothing. I'm not sure what is wrong. OneNote is set to automatically send print/receive requests to a certain area and when I click the "Send To OneNote" button manually in emails, it works fine. I have this set so the dialogue box doesn't interrupt the macro from simply cycling through all of the emails. There's also nothing else in the onenote. I've stepped through the code (F8), and the if/then works, e.g. it goes to the then. It basically seems like the .c ..read more
Visit website

Follow Stack Overflow Forums » OneNote on FeedSpot

Continue with Google
Continue with Apple
OR