Signed up for a brand new E3 Tennant and ready to build some pages, play with some pagelayouts..ect.
Found out that “acces was denied” even though I’m “Global” and “SharePoint Administrator”.
Guess what, SharePoint Online have now a new policy that by “default” disables custom scripting ect..
You can enable this by going to your SharePoint admin site | Settings and enable this, but you have to wait 24 hours.
or you can do this by PowerShell and you don’t need to wait 24 hours:
Connect-SPOService -Url https://yourtenant-admin.sharepoint.com -credential admin@yourtenant.onmicrosoft.com
Set-SPOSite -Identity https://yourtenant.sharepoint.com -DenyAddAndCustomizePages 0
This will turn “On” the ability to deploy/customize pagelayouts ect… in Your SPO site.
Cheers
Pingback: SharePoint Designer 2013 access denied on SharePoint Online | Jason Burke - Stuff I learned Today
Pingback: Displaying site information security classification on every page using a custom SPFx extensions — Part III | Tahoe Ninjas