Is it possible to modify any of the context menus from the Files tab in Teams? I would like to add some functionality to download these files to my application.
Asked
Active
Viewed 36 times
1 Answers
0
There are multiple way to extend Sharepoint doclib/list, including FileHandler(Add custom actions to files - OneDrive - OneDrive dev center | Microsoft Docs), SPFX extensions (Build your first ListView Command Set extension | Microsoft Docs) or Custom Formatter (Command bar customization syntax reference | Microsoft Docs).
It is not specific to Channel Files tab. It is generic extension for SharePoint doclib/list, once user apply the extension on the associated SharePoint document library.
Iframe based CFT will ensure once the extension show up in SharePoint web app, it will also show up in Teams Channel Files tab.

Prasad-MSFT
- 660
- 1
- 3
- 7