Is there any way to make SAS Link work with ms-word:ofe|u| on Apple OS?
I am working on a feature that allows users to open the Word application directly with a file and its content using a link provided by the backend. The link is a SAS (Shared Access Signature) of an Azure Blob. Unfortunately, the structure ms-word:ofe|u|sasLink
does not work on Apple systems. Is there any way to work around this issue? I couldn’t find any resolutions online, except for using window.open(url)
, which does not seem to work with SAS links. Thanks in advance!