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!
P.S.: SAS Link is valid, because it works without the ms-word call.
Tried: using ms-word:ofe|u|sasLink
and window.open(url)
workaround
Expecting: Word app being opened in all systems with content of the file from blob
Magz02 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.