Breadcrumbs

FileCloud Drive White Label Instructions

FileCloud Drive white label support enables service providers and partners to customize the theme color and product name on the Drive interface.

White label support requires the appropriate FileCloud subscription. It is available for FileCloud Enterprise Edition and FileCloud Service Provider Advanced/Premium Edition.
The Service Provider is responsible for providing the requested information and uploading the application.

Customizing FileCloud Drive

To customize FileCloud Drive:

  1. Create an xml file named custom.xml with the following contents:

    <?xml version="1.0" encoding="utf-8"?> <customconfig> <config> <productname>Product xyz</productname> <themecolor>#DA70D6</themecolor> <updateurl>http://patch.codelathe.com/tonidodrive/live/filecloudmacdriveserversion.xml</updateurl> <supporturl>http://getfilecloud.com</supporturl> </config> </customconfig>

    The available custom tags are:

    <productname>Product xyz</productname>
    <themecolor>#DA70D6</themecolor> 

    The value for <themecolor> is a hex color code.

2. Save custom.xml in the folder: FileCloud Drive/service, where FileCloud Drive is your Drive installation folder.

3. Restart FileCloud Drive.
    The custom.xml file in the code above produces the following custom interface:
     DriveCustom.jpg

Required information for Windows

The following elements are required:

Information

Notes

Product Name

This is the name used to refer to the application. The default value is "FileCloudDrive", you can use any name that you want. Do not use spaces inside this name.

Update URL

This needs to be the URL to the publicly available XML file that stores information about the versions and the links to the new versions for downloads when a new version is found.

Example :http://patch.codelathe.com/tonidodrive/live/fileclouddrive2eversion.xml


This XML must contain XML in the form

<opt>
<info>
<version>19.3.0.2792</version>
<winupdateurl>
http://patch.codelathe.com/tonido/live/installer/x86-win32/FileCloudDrive2eSetup.exe
</winupdateurl>
</info>
</opt>

Support 

FileCloud Drive

Required Information for Mac

Information

Notes

Product Name

This is the name used to refer to the application. The default value is "FileCloudDrive", you can use any name that you want. Do not use spaces inside this name.

Update URL

This needs to be the URL to the publicly available XML file that stores information about the versions and the links to the new versions for downloads when a new version is found.

Example :http://patch.codelathe.com/tonidodrive/live/filecloudmacdriveversion.xml


This XML must contain XML in the form

<opt>
<info>
<osxurl>
http://patch.codelathe.com/tonido/live/installer/x86-darwin/FileCloudMacDrive64.dmg
</osxurl>
<version>15.90.0.35620</version>
<win32url>
http://patch.codelathe.com/tonido/live/installer/x86-win32/FileCloudDriveSetup.exe
</win32url>
</info>
</opt>

Support 

FileCloud Drive for Mac

Icons

  1. 256x256 ICO file named "drive.ico"

  2. 256x256 ICNS file named "drive.icns"

  3. 188x44 png file named "brand.png"

  4. 32x32 png file named "drive@2x.png"

  5. 16x16 png file named "drive.png"

Samples attached here

drive.ico and drive.icns

image2020-5-14_21-9-48.png

brand.png

brand.png

drive@2x.png

drive@2x.png

drive.png

drive.png