iframe
1 TopicIs it possible to embed a SharePoint link in an iframe?
I have some files sitting in OneDrive. They are Word documents. I would like to be able to view them inside of a dialog (as read-only). Is it possible to show a document in an iframe? e.g. (I have removed the real parameters) const fileUrl = 'https://mytenant-my.sharepoint.com/:w:/g/personal/myalias_mytenant_onmicrosoft_com/docid'; <iframe height="900" width="900" src={fileUrl} > </iframe> When I try that I get an error:5.9KViews0likes2Comments