Connecting to Box in China


If it is necessary to connect to Box from within China a change to the appsettings.config file will need to be made

1)Close SkySync 

2) Open the appsettings.config file (default location C:/Program Files(x86)/SkySync)

3) Add the following keys in between the </appSettings> 

<add key="Box.LoginBaseAddress“ value="https://www.boxcn.net "/>

<add key="Box.UploadBaseAddress" value="https://upload.boxcn.net "/>

4) Restart the SkySync Service

5) Create a Box connector as normal