将 SharePoint 站点另存为模板时访问所需错误
Access required error while Saving SharePoint site as template
我们得到
"Sorry, you don't have access."
尝试将 SharePoint 网站另存为 Microsoft Office 365 中的模板时出错。
我们尝试从 SharePoint Online 管理中心设置“允许用户 运行 个人网站上的自定义脚本”和“允许用户 运行 自助创建网站上的自定义脚本”选项,如前所述在文章中:https://www.sharepointdiary.com/2017/06/fix-sorry-you-dont-have-access-error-on-save-site-as-template.html
我们现在也是等了24个多小时才生效。但是我们仍然遇到同样的错误。
还有什么需要我们做的吗?
谢谢!
您可以尝试 运行 powershell 命令以允许此站点上的自定义脚本:
Set-SPOSite https://tenant.sharepoint.com/sites/yoursite -DenyAddAndCustomizePages 0
我们得到
"Sorry, you don't have access."
尝试将 SharePoint 网站另存为 Microsoft Office 365 中的模板时出错。
我们尝试从 SharePoint Online 管理中心设置“允许用户 运行 个人网站上的自定义脚本”和“允许用户 运行 自助创建网站上的自定义脚本”选项,如前所述在文章中:https://www.sharepointdiary.com/2017/06/fix-sorry-you-dont-have-access-error-on-save-site-as-template.html
我们现在也是等了24个多小时才生效。但是我们仍然遇到同样的错误。
还有什么需要我们做的吗?
谢谢!
您可以尝试 运行 powershell 命令以允许此站点上的自定义脚本:
Set-SPOSite https://tenant.sharepoint.com/sites/yoursite -DenyAddAndCustomizePages 0