Device Configuration XML For Drive for Mac

Client Device configuration settings can be configured remotely by specifying the configuration XML using policies.

For most clients, if the user changes the configuration locally, then the remote settings configured by the Administrator will override those settings the next time the client refreshes its settings.

 

To set FileCloud Drive for mac device configuration in a policy:

  1. In the FileCloud admin portal's left navigation bar, scroll down and click Settings. Then, on the Settings navigation page, click Policies .
    The Policies settings page opens.

  2. Edit the policy of the users whose client device settings you want to modify.
  3. Click the Device Configuration tab.
  4. Paste or type in the following remote device configuration XML in Device Configuration replacing <!-- XML for Mac Drive --> with any parameters from the table below.
    <xml>
         <macclouddrive>
            <!-- XML for Mac Drive -->
          </macclouddrive>
    </xml>


Supported parameters for FileCloud Drive for Mac. All parameters are optional. Add one of more of these parameters (as XML tags) in the <macclouddrive> tags in the XML.

Parameter (XML Tag)

Value

Example

maxdownloadsizeinmb

Assigns the maximum single file download limit to the supplied value.

The download limit does not apply to the following file types: .txt, .rtf, .doc, .docx, .xls, .xlsx, .ppt, .pptx, and .indd. 

<maxdownloadsizeinmb>100</maxdownloadsizeinmb>
driveloginmodeSetting this to "0" will cause filecloud drive to use username/password to log into the Filecloud server. Setting this value to "1" will cause drive to use device code authentication mode<driveloginmode>1</driveloginmode>
drivelockonupdateSetting this value to 1 will enable automatic lock on edit function in FileCloud Drive. Setting this to 0 will disable the drive's lock on edit function<drivelockonupdate>1</drivelockonupdate>
drivemutemessagesSetting this value to 1 will disable system tray notifications being shown to the user.<drivemutemessages>1</drivemutemessages>
driveopenexploreronstartupSetting this value to 1 will automatically open finder when drive starts up and 0 will disable it.<driveopenexploreronstartup>1</driveopenexploreronstartup>
checkupdatesSetting this value to 1 will enable automatic checking for new versions of FileCloud Drive for Mac and setting this value to 0 will disable it.<checkupdates>1</checkupdates>
disableprecachingSetting this value to 1 disables precaching.

If many Drive users have access to a large data structure, the FileCloud server may experience a high load. This can be avoided by deactivating precaching. However, folder contents will no longer be cached in Drive which can lead to longer response times.
<disableprecaching>1</disableprecaching>
disableautologinBy default, once a drive is mounted, the authentication will be reused on every FileCloud Drive for Mac start ups. Setting this key to 1 will require authentication from user on every start up.<disableautologin>1</disableautologin>
currentlanguageSee Translations for currently available languages.<currentlanguage>english</currentlanguage>