How to connect SharePoint online with SharePoint designer 2013
How to connect SharePoint online with SharePoint designer 2013
Note: If you encounter the permission error, the following steps will help you resolve it as well.
- Download SharePoint designer 2013
- Allow custom scripting feature from SharePoint Management Shell.
- Connect SharePoint Online site with SharePoint designer 2013.
1. Download and Install SharePoint
Online Management Shell
2. Connect your SharePoint Admin portal to SharePoint Management shell by using following PS-CMD. if you don't have SharePoint Management Shell first please download and Install it.
- Connect-SPOService -Url https://admin-domain.sharepoint.com -Credential Admin@youradminidEmailID.com
- Run following CMD after connecting to allow custom scripting to connect SharePoint Designer 2013
- set-SPOsite https://Site -URL-Which-You-Want-to-Connect -DenyAddAndCustomizePages 0
3. Now try to connect SharePoint Designer 2013 and make-sure SharePoint Designer is login to your Office365 account which is having site access permissions.
Comments
Post a Comment