Teams' JavaScript SDK's app.openLink unable to execute Office's native app URLs
Prakash Verma
55
Reputation points
We are using TeamsJS SDK's app.openLink function to open the Office files in the native app. The URLs that we are using is a valid URL which follows Office URI Schema. This is working as expected if we open the personal app in Teams. But if we open the same Teams' personal app in Outlook then the same function is throwing following error for same URL.
Error:
Unrecognized deep link format: ms-word:ofe|u|<SHAREPOINT_URL_OF_WORD_FILE>
Reference:
Sign in to answer