Forum Discussion
mejohnm
Aug 22, 2020Copper Contributor
Site Collection App Store Missing App Menu Items
Hello all, An user, user A, self created a team site from the SharePoint.aspx page. Since then a request for a site collection app catalog was made and the SharePoint admin created this app catal...
JayHan
Sep 28, 2022Copper Contributor
I tested with some cases and find why there is no Apps ribbon menu.
I remove the site collection app catalogue using Remove-SPSiteCollectionAppCatalogs command to delete not working app catalog.
Before you run the powershell script to create site collection app catalog,
You have to check the following permission.
1. Tenant level sharepoint admin
2. Tenant level app catalog site collection admin.
3. Target site collection admin.
If you missing number 3 permission when you run the power shell script, you can't see the apps ribbon tab.
I remove the site collection app catalogue using Remove-SPSiteCollectionAppCatalogs command to delete not working app catalog.
Before you run the powershell script to create site collection app catalog,
You have to check the following permission.
1. Tenant level sharepoint admin
2. Tenant level app catalog site collection admin.
3. Target site collection admin.
If you missing number 3 permission when you run the power shell script, you can't see the apps ribbon tab.