Skip to content
English
  • There are no suggestions because the search field is empty.

WOPI Timeout value for co-edit

Original Question or Issue:

When using MicroSoft online products such as Excell or PowerPoint combined with the co-edit function, the application times out and wipes out any work done.


Environment:

  • Product - FileCloud Server
  • Version - Any
  • Platform - Any

Steps to Reproduce:

 


Error or Log Message:

 


Defect or Enhancement Number:

 


Cause:

 


Resolution or Workaround:

add the following flag to your cloudconfig.php file located at /var/www/html/config/ or C:\xampp\htdocs\config\:

     define("WOPI_ACCESSTOKEN_TTL_IN_MINUTES", 1200);

The max is 1440, 1 day.


Notes: