OneNote 页面存在,但来自 OneNote API 的资源 link 已过期
OneNote page exist but resource link from OneNote API is expired
我正在构建 OneNote 加载项,我需要一些导出功能。
根据我的搜索,我发现我只能使用带有 preAuthenticate 参数的 OneNote API。
它给了我 html 内容,我确认它在浏览器中正确呈现图像。但几分钟后,资源链接出现以下错误,我必须重新获取内容 html 以上 API.
{
@api.url: "http://aka.ms/onenote-errors#C20130",
code: "20130",
message: "No HTTP resource was found that matches the request URI Resource not found, perhaps the public link has expired. Try a new public page content call.."
}
那么,我的问题是
- 有什么方法可以在资源不失效的情况下获取html OneNote页面的内容吗?
- 是否有插件或 OneNote API 可以将 OneNote 页面导出为 pdf 文件?
提前致谢!
- 否 - 您必须下载图像,将其上传到其他地方,然后从那里引用它
- 很遗憾,也没有。我们只公开 HTML,因此您需要将返回的 HTML 转换为 PDF
我正在构建 OneNote 加载项,我需要一些导出功能。
根据我的搜索,我发现我只能使用带有 preAuthenticate 参数的 OneNote API。
它给了我 html 内容,我确认它在浏览器中正确呈现图像。但几分钟后,资源链接出现以下错误,我必须重新获取内容 html 以上 API.
{
@api.url: "http://aka.ms/onenote-errors#C20130",
code: "20130",
message: "No HTTP resource was found that matches the request URI Resource not found, perhaps the public link has expired. Try a new public page content call.."
}
那么,我的问题是
- 有什么方法可以在资源不失效的情况下获取html OneNote页面的内容吗?
- 是否有插件或 OneNote API 可以将 OneNote 页面导出为 pdf 文件?
提前致谢!
- 否 - 您必须下载图像,将其上传到其他地方,然后从那里引用它
- 很遗憾,也没有。我们只公开 HTML,因此您需要将返回的 HTML 转换为 PDF