我正在构建OneNote插件,我需要一些导出功能。
从我的搜索中,我发现只有我可以使用is OneNote API和preAuthenticate param。
它给了我html内容,我确认了它与浏览器中的图像正确地呈现。但是过了几分钟,资源链接给出了下面的错误,我不得不用上面的API重新获取内容html。
{
@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.."
}所以,我的问题是
提前感谢!
发布于 2017-02-14 06:52:02
https://stackoverflow.com/questions/42217288
复制相似问题