Forum Discussion
Sep 26, 2018
Not able to open a SharePoint modern site using SharePoint Designer
Hi Team , We're not able to open a SharePoint modern site using SharePoint Designer .It keeps throwing the an error stating "403 Forbidden" and I'm also attaching the screenshot of that error mess...
Deleted
Sep 27, 2018This usually happens because you have to be explicitly added as a site collection admin to the site. Being an owner won’t work. You can do this by using powershell. Set-spouser -loginname user@domain.com -site siteurl -issitecollectionadmin $true
- Sep 28, 2018Alright .Let me try that