File Handler
4 TopicsFile handler configuration does not update
Hi team, We recently had an integration with Microsoft file handler. During the deployment of the application, we encountered some issues, so we updated the file handler configuration via the manifest file. Some users who installed our application still see the old file handler configuration and are experiencing problems because of it. They want to either update it to the latest configuration or remove it completely so they can continue their work normally. We did try to guide them to reset the file handler cache as in: https://learn.microsoft.com/en-us/onedrive/developer/file-handlers/reset-cache?view=odsp-graph-online But seems like only some of them got the updated config, while the rest keep getting the old one, even after 1-2 weeks. Do you have any advice on how to completely resolve this issue?99Views0likes4CommentsCreate a SaaS Offer for FileHandler App registration confirmation
Recently I have researched to develop FileHandler Add-In in App registration. I want to publish a SaaS offering to the marketplace (App Source) for my app registration. Or at least we can publish it to gallery Microsoft Entra Gallery. But, I see that Microsoft isn't onboarding new applications to Microsoft Entra gallery in FY25 (Ref: https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/v2-howto-app-gallery-listing#submit-your-application) For publishing a SaaS offering, Does Microsoft allow us to publish a SaaS offering for App registration in 2024 and 2025? I didn't find any documentation about such restrictions like publishing to Microsoft Entra Gallery. Please help me confirm this.204Views0likes0CommentsCustom File Handlers in MS Team
Hello!, We have been able to get custom file handlers registered and working for HTML files in SharePoint Online and OneDrive. But this capability seems to be missing in MS teams. I would like to achieve the same capability in MS teams where a user clicks on an HTML file and the file open in our custom editor. Haven't found a way to do that yet3KViews0likes6CommentsChanging file extension in SharePoint behaviour when copying/moving file from different site
We are trying to modify the file extension in a document library in SharePoint. Our use case is to encrypt the file and change its extension to html.We are observing unexpected behavior when a file is being copied/moved from another site. In this case, certain SharePoint functionality is breaking such as FileHandler, etc. Refer the following screenshot for more details: Here, both files are converted into html but only the file that was uploaded is correctly detected by the FileHandler. Steps to reproduce: 1. Upload a docx file in any document library in Site1. 2. Move/Copy the docx file to a document library in Site2. 3. Upload a docx file in the document library in Site2. 4. Rename the docx file to html file using REST API. 5. Verify the behavior difference between both the files. Expected behaviour: There must be no difference in the behavior between uploaded files and moved/copied files. Queries: 1. This issue has been observed recently. Has something changed that might have caused this? 2. Is there any API to force change the type of the file.1.3KViews0likes1Comment