【发布时间】:2020-07-02 03:00:25
【问题描述】:
https://github.com/microsoftgraph/microsoft-graph-docs/issues/2624
我遇到了上述问题。
我正在尝试通过调用https://graph.microsoft.com/v1.0/users/{userId}/onenote/pages/{pageId}/content?preAuthenticated=true 来保存带有图片引用的页面内容
根据这个 - Downloading one note page with image content as HTML
通过在您进行提取时附加“?preAuthenticated=true”,它将使图像公开。
但是当我尝试渲染 html 时,它给了我“加载资源失败:服务器响应状态为 401(未授权)”。
【问题讨论】:
标签: azure-ad-graph-api onenote onenote-api microsoft-graph-onenote