简体   繁体   中英

How do I update ink data of onenote pages using Microsoft Graph API

I am trying to build an application interacting with onenote using Microsoft Graph API. I found a official blog OneNote Ink BETA Apis talking about how to get ink data from pages and how to create pages with ink data, but it didn't address how to update ink data. Update OneNote page content talks only about how to update the HTML page of onenote(not the ink part). I wonder is there any way to update ink data(add, delete or change ink traces)?

Also, there are no more ink related document or blog posted since OneNote Ink BETA Apis . But I found this API is still availiable in 1.0 version of MS Graph. So why these set of API are undocumented? Will they get futher support or will be deprecated or become unavailable in the future?

Thanks!

I hope the ink APIs stay as I use them in my poduction code (they are out of beta). I have asked this question before and the response at the time was that updating page ink data was not supported. My workaround is to build an entirely new page with the new ink data (and old data) and then to delete the orginal page - far from ideal!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM