【问题标题】:App catalog is not showing in site collection of SharePoint Admin Center应用程序目录未显示在 SharePoint 管理中心的网站集中
【发布时间】:2020-05-23 04:49:28
【问题描述】:

我正在使用 SharePoint 加载项来创建远程事件接收器。我已生成 .app 文件并需要在我的 SharePoint 网站上进行部署。我按照以下参考为我的网站创建应用目录。

参考:Create App Catalog In SharePoint Online

完成上述所有步骤后,我访问了 SharePoint 管理中心的网站集以获取应用程序目录主页 lisk,但应用程序目录未显示在那里。 执行参考步骤时我做错了什么?

【问题讨论】:

    标签: c# sharepoint-online event-receiver sharepoint-addin


    【解决方案1】:

    在管理中心创建应用目录网站集并不总是意味着将为所有网站启用应​​用目录(可能已被禁用)。

    请使用以下 PowerShell 脚本为特定站点启用应用目录:

    $site = Get-SPOSite <Site collection url> 
    Add-SPOSiteCollectionAppCatalog -Site $site 
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2011-01-24
      • 2015-07-30
      • 1970-01-01
      • 1970-01-01
      • 2021-08-10
      • 2014-03-29
      • 2023-03-13
      • 2010-12-14
      相关资源
      最近更新 更多