Forum Discussion
SharePoint Online CSOM for creating Site Collection App Catalog
- Feb 26, 2018
Hi,
you should be able to do that with following CSOM commands as long as you are using relatively new CSOM NuGet version. You will need to have owner privileges to the tenant app catalog site collection to make this call.
Web.TenantAppCatalog.SiteCollectionAppCatalogsSites.Add(this.Site.Url);
There is currently no CSOM to create app catalog for a tenant. We are potentially looking into making this happen by the end of 2019. No exact ETA though at this point.
VesaJuvonen : Do you have an update on this?
Are there still plans to include this in CSOM? If not, is there an option to create a tenant app catalog using PowerShell or CLI?
Thanks
- VesaJuvonenNov 14, 2019
Microsoft
Plans still do exists, but no ETA. Having an API to make this happen is also pre-requisite for supporting it in PowerShell or in CLI, as they will be then calling that API.