简体   繁体   English

如何使用 Microsoft Graph API 更新 onenote 页面的墨迹数据

[英]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.我正在尝试使用 Microsoft Graph API 构建与 onenote 交互的应用程序。 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.我找到了一个官方博客OneNote Ink BETA APIs讲如何从页面中获取墨迹数据以及如何使用墨迹数据创建页面,但它没有解决如何更新墨迹数据。 Update OneNote page content talks only about how to update the HTML page of onenote(not the ink part). 更新 OneNote 页面内容只讲如何更新 onenote 的 HTML 页面(不是墨迹部分)。 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 .此外,自OneNote Ink BETA APIs以来,没有更多与墨水相关的文档或博客发布。 But I found this API is still availiable in 1.0 version of MS Graph.但是我发现这个 API 在 1.0 版的 MS Graph 中仍然可用。 So why these set of API are undocumented?那么为什么这些 API 是无证的呢? 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).我希望墨水 API 在我的生产代码中使用它们时保持不变(它们已超出测试版)。 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!我的解决方法是使用新墨迹数据(和旧数据)构建一个全新的页面,然后删除原始页面 - 远非理想!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用 ABI 或 Microsoft.Graph 如何在自己的应用程序中与 OneNote 的墨迹实现双向同步? - Using the ABI or Microsoft.Graph How to achieve two-way synchronization with the ink of OneNote in your own application? Microsoft Graph API OneNote 页面内容 BadRequest - Microsoft Graph API OneNote pages content BadRequest Microsoft graph API 用于使 OneNote 页面无法正常工作 - Microsoft graph API for getting OneNote pages not working Microsoft Graph api 不返回为 Onenote 个人帐户添加的新页面 - Microsoft Graph api not returning new pages added for Onenote Personal account 如何使用 MS Graph API 将 OneNote 图像复制到另一个 OneNote 页面? - How can I copy a OneNote image to another OneNote page using the MS Graph API? 如何使用 Microsoft Graph API 更新 SharePoint 列表中人员或组列的值? - How do I update the value of Person or Group columns in SharePoint lists using the Microsoft Graph API? 如何使用 Microsoft Graph 更新云用户的扩展属性 API - How do I update the extensionAttributes for a cloud user using Microsoft Graph API Microsoft Graph API - OneNote - 添加行高 - Microsoft Graph API - OneNote - Adding Line Height Microsoft OneNote Graph API 页面创建带后台 - Microsoft OneNote Graph API page creation with background 如何使用 Graph API 为 onenote 部分创建共享点链接 - How to create a sharepoint link for a onenote section, using Graph API
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM