Forum Discussion
jessie155
Aug 25, 2024Copper Contributor
Permissions are just not premising
I have the sharing policy set for both SharePoint and OneDrive, set to "Anyone with the link" but when I go to share a folder from a SharePoint site, I do not appear to have the option for "Anyone wi...
TimLB
Aug 26, 2024Steel Contributor
Those controls can also be set at the site level to override the global setting. Try viewing the settings for sharing of an individual site to make sure it's set to use the global settings or query the site settings using Get-SPOSite in PowerShell. OneDrive settings may only be query-able with PowerShell using Get-SPOSite.
- jessie155Aug 26, 2024Copper ContributorThanks! Looks like that worked. Is there a way to enable embedding onto another webpage?
- TimLBAug 27, 2024Steel ContributorDescribe your usage more specifically because embedding content can work/not work based on the details of what is being embedded and where. It will also be good to ask that question in a new topic to get other perspectives.
- jessie155Aug 28, 2024Copper ContributorI'm trying to embed the folder onto a page on my website, So that we can display the minutes/agendas from our board meetings. I can very easily do this with outlook/google drive for personal use, but I'm struggling to find the option on SharePoint.