Remove the Export Secure Doc Option

If your FileCloud license includes DRM, any file of a type that is supported by DRM (jpg, png, docx, pptx, and pdf) has the Export Secure Document option enabled. When users choose this option, the downloaded file may only be viewed through the FileCloud Secure Document Viewer using an access key.

The option appears in the user portal either in the action menu for a file 

or the action menu for multiple files:

To hide the Export Secure Docs option:

  1. Open cloudconfig.php:
    Windows Location: XAMPP DIRECTORY/htdocs/config/cloudconfig.php
    Linux Location: /var/www/config/cloudconfig.php
  2. Add:

    define("TONIDOCLOUD_HIDE_SECURE_DOCS", true);
  3. To return to the default, change true to false or remove the setting.