Share via

Unable to update or, after delete, add my Teams app after a manifest update

Russell H. DeGrove 6 Reputation points
2026-03-31T16:02:13.5733333+00:00

After changing bots->supportsFiles to true I was able to upload my manifest but could not update the app version, even after quitting Teams and clearing the cache. After deleting it I could not add it back. I reverted to the last working manifest, updated the version number, published that, and still cannot add it. Error merely reads "Ask your IT admin to look into it and add this app for you." How do I troubleshoot this? I did add Files.Read and Files.Read.All to the app registration and granted consent. The last working version had those under authorization->permissions->resourceSpecific but I had missed setting supportsFiles to true.

Microsoft Teams | Development
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs


1 answer

Sort by: Most helpful
  1. Teddie-D 13,755 Reputation points Microsoft External Staff Moderator
    2026-03-31T23:13:33.07+00:00

    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. 

    User's image

    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. 


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.