Forum Discussion
Custom Teams AI Bot does not have attachment button
Hi kmartin ,
Your manifest includes "supportsFiles": true, which is correct. Your Bot Scopes are also correct.
The issue where the attachment (file upload) button does not appear or disappears in your custom Teams AI bot might be related to Bot Channel Registration.
You must enable file uploads in the Teams channel configuration for your bot in Azure:
- Go to Azure Portal.
- Find your Bot resource.
- Under Channels, select Microsoft Teams.
- In the Teams channel settings, ensure Enable file upload is set to Yes.
Limitations: The attachment button is only available in 1:1 and group chat scopes, not in channel conversations.
Caching/Manifest Updates After updating your manifest, uninstall and reinstall the app in Teams to ensure the new manifest is loaded.
Thanks!
Hi kmartin ,
Just following up to check if the response I shared was helpful. Please let me know if you need any further assistance or clarification—I’ll be happy to help!