I'm build OneNote add-in and I need some export feature.
From my search, I found only I could use is OneNote API with preAuthenticate param.
It gave me html content and I confirmed it rendered properly with images within in browser. But after a few mins, resource links giving below error and I have to re-fetch content html with above 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.."
}
So, my question is
Thanks in advance!