App Development
2 TopicsCustom Teams Cloud Store Provider
Hello! I am developing an app for Microsoft Teams which interacts with our cloud service and I would like to know how to integrate a custom cloud storage provider into Teams (Teams: Files -> Add cloud storage). Currently I have only the options "Citrix files", "Dropbox", "Box" and "OneDrive", but I would like to have a custom option to add our cloud service. I could not find any hints about extending this in the app manifest description (https://docs.microsoft.com/en-us/microsoftteams/platform/resources/schema/manifest-schema) nor any hints in the Microsoft Teams app developer reference. How can I do this? Thank you and Regards, Dominik2.2KViews0likes4CommentsBuilding a customizable app for Teams
Hi, I recently noticed that in the Microsoft Teams Admin Center in the Manage App section, some apps are "customizable". I am creating an app which will send requests to a software that is installed on-premises and thus has different domain name depending on the organisation using it (xxx.com, abc.com…). Could I use this feature to make the domain name customizable by the Teams admin so that the app is ready to use by the Teams users. I also wonder if and how I can use this customized data (I suppose it is manifest data) in my app code (note: I am using NodeJS). Side question, I also noticed a "Settings" tab which is always empty, what is it for, how can I add settings to my app? Thank youSolved1.4KViews1like4Comments