Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
Hi @Russell H. DeGrove
According to Microsoft Teams apps update experience and admin role - Microsoft Teams | Microsoft Learn, changing supportsFiles in your Teams app manifest is treated as a capability and permission change. Once you upload that version, Teams requires admin approval before the app can be installed or updated. Reverting the manifest or clearing cache won’t bypass this requirement.
You have two supported paths forward:
1.Admin approval
A Teams admin can go to Teams admin center > Apps > Manage apps > Find your custom app by App ID > Review and Allow it.
Once approved, the app will immediately become installable again.
Reference: Manage your apps in the Microsoft Teams admin center - Microsoft Teams | Microsoft Learn.
2.Create a new app ID
If you don’t have admin access and want to keep testing:
-Generate a new id in the manifest
-Keep supportsFiles: true from the start
-Upload as a new custom app
I hope this helps.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.