We integrated Office Online Server in our web application and in the WOPI web integration we are setting File URL properties such as FileUrl
. This URL points to /wopi/files/{file_id}/contents
link and internally, it will call the API once we start editing the document.
From this API, we are updating the file version but the issue is that after editing the WOPI document, the triggering of the API /wopi/files/{file_id}/contents
is taking a long time and we are unable to find how it is getting triggered? Is there a way we can trigger this method directly?