简体   繁体   中英

How to update Microsoft Teams manifest of the bot for all users?

I'm trying to allow the users that are already talking to the bot upload files (attaching the files to the bot).

I uploaded a manifest with "supportsFiles": true through "Upload Custom App".

But this only affects my conversation with the bot, the other users' manifest doesn't look like its updated because they can't see the attachment button.

Is there a way to update the bot's manifest for all the users in the organization?

This is not a published application, the users talk to the bot through the link from the registered bot in Azure Portal.

Any help is appreciate.

Thanks!

The Bots which are accessed via link won't update as there is no metadata associated with it. You need to create App Manifest for you Microsoft Teams.

Once you've created your app there are three options for distributing it.

  1. Upload your app directly.
  2. Publish your app to your organization's app catalog
  3. Publish your app through AppSource

Please go through the options provided in the documentation and let us know if you need any help.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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