页面:copyToSection 失败,错误代码为 19999,同时使用 OneNote 和 Microsoft 图形 API

page: copyToSection failing with error code 19999 with both OneNote and Microsoft graph APIs

我有权访问的两个租户现在一直出现这种情况。

POST .../v1.0/me/onenote/pages/{id}/copyToSection
{
  "id": "id-value",
  "groupId": "groupId-value"
}

初始响应为202,"status":"not started"

X-CorrelationId:0b2f5dec-34d8-4462-94e5-7fbf1474f4dc

并通过

进行投票
GET .../v1.0/me/onenote/operations/{id}

收到 200 响应,但

"Something failed, the API cannot share any more information at the time of the request."

X-CorrelationId: 9f923783-aaa1-4574-945e-7a76cd578ee2

我的解决方法是从要复制的页面中获取所有提取的信息

GET .../v1.0/me/notes/pages/{id}/?includeinkML=true&preAuthenticated=true&includeIDs=true

和rebuild/create页面复制,但这不允许我将图片设置为背景并且混淆图像和文本框分层。

如有任何帮助,我们将不胜感激。

已知问题。尽快修复。完成后会在这里回复。感谢举报!

这个问题已在几周前得到解决。抱歉延迟回复