简体   繁体   English

Microsoft团队-侧面加载的连接器未显示在列表中

[英]Microsoft Teams - Sideloaded Connector doesn't show up in list

I'm trying to write a Connector for Microsoft Teams and I'm having a really hard time getting it set up. 我正在尝试为Microsoft团队编写连接器,但很难进行设置。 Here's what I've done: 这是我所做的:

  1. As per documentation , I've created a zip archive with two images and a manifest.json that describes my app/Connector. 根据文档 ,我创建了一个包含两个图像的zip存档和一个描述我的应用程序/连接器的manifest.json
  2. Within Teams, on my team's View Team > Bots, I've clicked "Sideload a bot or tab` and uploaded the archive. (By the way, this is horribly placed and horribly named) 在团队中,在我团队的“查看团队”>“机器人”中,我单击了“ Sideload bot或tab”并上传了档案。(顺便说一下,这是可怕的放置和可怕的名字)
  3. My app shows up in the list under bots. 我的应用程序显示在机器人下面的列表中。 (Again, not a good place considering I didn't create a bot or list one in the manifest) (同样,考虑到我没有创建机器人或在清单中列出一个机器人,这也不是一个好地方)

Now, when I go to Connectors, I would expect to see mine listed at the bottom under "Sideloaded Connectors" but it's not there. 现在,当我进入连接器时,我希望看到我的列表在“侧面加载的连接器”下方的底部,但它不在那儿。 Why not? 为什么不?

PS: The Connector Developer Dashboard allows me to download a predefined manifest.json with schema v0.4. PS:Connector Developer Dashboard允许我下载具有架构v0.4的预定义manifest.json This appears to be very out of date. 这似乎已经过时了。

Aha! 啊哈! I figured it out. 我想到了。 Or rather, one of two steps that I tried did the trick (I'm not sure which one): 或更确切地说,我尝试过的两个步骤之一可以解决问题(我不确定哪一个):

  1. I enabled the Developer Preview. 我启用了开发者预览。
  2. I accessed the Teams page from a desktop client instead of web. 我从桌面客户端而不是从Web访问“团队”页面。

@Microsoft - As far as I know, none of the documentation mentions this. @Microsoft-据我所知,没有任何文档提到这一点。 I only discovered it by fiddling with every setting I could find. 我只是通过摆弄我可以找到的每个设置来发现它的。 Please make this more apparent. 请更清楚地说明这一点。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM