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 with the link".
5 Replies
Sort By
- TimLBSteel ContributorThose 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.
- jessie155Copper ContributorThanks! Looks like that worked. Is there a way to enable embedding onto another webpage?
- TimLBSteel 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.