- Open the tenant app manage page https://appsource.microsoft.com/en-us/product/office/WA200004431?tab=Reviews and click "Get it now" button (need sign in by SPO tenant admin)
-
Click "Get it now" button in the confirmation dialog
-
Click the searched "SharePoint Online Quick Assist" and click "Add to app catalog" button
- Click "Add" button for the "Confirm data access"
- Click "Go to API access page" button
- Select pending API requests for "SharePoint Online Quick Assist" and click approve button
- Go to the site, site settings, add an app and add "SharePoint Online Quick Assist"
- Add the "SharePoint Online Quick Assist" web part into page
- Welcome to write a review in the reviews page https://appsource.microsoft.com/en-us/product/office/WA200004431?tab=Reviews,
- Upload SPOQA.sppkg from https://github.com/abrcheng/SharePointOnlineQuickAssist/blob/main/Packages/spoqa.sppkg to your tenant App Catalog
- E.g.: https://<tenant>.sharepoint.com/sites/AppCatalog/AppCatalog
- Deploy the app when you see the prompt as follow
- Approve API access requests in SharePoint admin center
* https://<tenant>-admin.sharepoint.com/_layouts/15/online/AdminHome.aspx#/webApiPermissionManagement
- Add the web part to a site collection, and test it on a page
Download and install SharePoint Online Management Shell.
- Open it and run the following: (You need Global admin or SharePoint admin rights. )
- Connect-SPOService https://contoso-admin.sharepoint.com
- Set-SPOSite -Identity https://contoso.sharepoint.com/sites/ASite -DenyAddAndCustomizePages 0
- Add-SPOSiteCollectionAppCatalog -Site https://contoso.sharepoint.com/sites/ASite
- Download the tool https://github.com/abrcheng/SharePointOnlineQuickAssist/blob/main/Packages/spoqa.sppkg.
- Access https://contoso.sharepoint.com/sites/ASite/AppCatalog.
- Click “Upload” and upload “spoqa.sppkg”.
- Click “Deploy” and click “Trust” button.
- Approve API access requests in SharePoint admin center, https://-admin.sharepoint.com/_layouts/15/online/AdminHome.aspx#/webApiPermissionManagement
- Back to the site https://contoso.sharepoint.com/sites/ASite, click “Add an app”.
- Add “spoqa-client-side-solution”.
- Add a new page in the site and add the web part “SharePoint Online Quick Assist”. “Publish” the page.