Hello,
is there a way to get a authorized url of specific file stored in SharePoint Online?
I have an (win) application, that can upload files fine. Later, the file (the uniequid is stored in a database) should be show in a webbrowser control without login.
Similar to Listitem.File.GetPreAuthorizedAccessUrl(), this works?
For Example ServerRelativeUrl + accesstoken.
Any ideas?