FileCloud Sync app stores temporary files in a cache folder.

The default location of this cache folder is listed belo :


This can be changed by overriding the syncclientconfig.xml file

The file is available at the following location


To change the default location,

  1. Stop the FileCloud Sync App
  2. Copy the contents of the FileCloudSyncData folder to the new folder that you want (For example,  You can copy it to "H:\FileCloudSyncData)".
  3. Change the syncclientconfig.xml file, and modify the "value" key of syncclientlocation entry to the path you want (For example, <value>DEFAULT</value> to <value>H:\FileCloudSyncData</value>.
  4. Restart the Sync app
<?xml version="1.0" encoding="UTF-8" ?>
<variantrow>
      <rowentry>
         <name>syncclientlocation</name>
         <type>string</type>
         <value>DEFAULT</value>
      </rowentry>
      <rowentry>
         <name>syncfolderlocation</name>
         <type>string</type>
         <value>DEFAULT</value>
       </rowentry> 
</variantrow>