Forum Discussion
AndriiKo
Sep 12, 2023Copper Contributor
Embedding SharePoint List and Folder Content in an iframe on my site (not on SharePoint)
I have a task to embed SharePoint documents and the contents of a SharePoint folder on my website using an iframe. So far, I've been successful with documents, using a URL like: https://<tenant>...
RidgeWRLD
Sep 13, 2023Copper Contributor
AndriiKo I came across this yesterday. I think you need to authenticate - take a look at this article (mainly first part):
"Microsoft SharePoint REST API access
We need to: configure app permissions to ‘share MyDocuments Library List’ and set up Client Id and Client Secret."
https://www.createit.com/blog/sharepoint-wordpress-integration/
I know you may not be using WP, but at the end of the day they are doing initial connection and pulling of info via permissions. Let me know if I'm way off on this but figured I'd chime in.