Editing the CloudLink configuration file to enable the Google Sync options
Before you can use CloudLink for Google account synchronization you must edit its configuration file to enable the additional user interface options.
To edit the CloudLink configuration file to enable the Google Sync options
-
Make sure that the CloudLink application is not running.
-
Go to the folder in which CloudLink is installed, typically C:\Program Files\ArchiveTools\CloudLink.
-
Make a backup copy of the CloudLink configuration file ArchiveTools.CloudLink.Server.exe.config, in case you want to revert to the original file later.
-
Use a text editor such as Notepad to open ArchiveTools.CloudLink.Server.exe.config.
-
Find the \<appSettings\> section of the file, and locate the following entry within it:
<add key="GoogleSyncEnabled" value="0" />
The value of this key is an integer that determines whether the CloudLink user interface displays or hides the Google Sync options.
-
To display the Google Sync options, change the value to
1so that the line reads as follows:
<add key="GoogleSyncEnabled" value="1" />
-
Save the changes to the configuration file.
-
Restart the ArchiveTools CloudLink Server service for the change to take effect.
Related information