...
3. Restricted characters in the file name: < > : / \ " ' | ? * . [ ] { } ( ) ! ;
Installation
This a cloud service provider but they do have the concept of "Storage Vaults". These data repositories can be hosted in the cloud or on premises.
...
2. Click on the "admin" then "user accounts" toolbars.
3. Select your account. Then under the "Privileges" section click the "Modify" button next to "Access only own content through API."
4. Select the "Access content on behalf of managed users through API." radio button.
Obtaining a Syncplicity App Key and App Secret
1. Open an internet browser and navigate to https://developer.syncplicity.com
2. Click "Login".
3. The Syncplicity Developer Portal automatically creates your account by appending "-apidev" to the email address you used for logging into the Developer Portal. For example, logging in using the account "user@domain.com" will result in the sandbox account "user-apidev@domain.com".
4. Create a password for the account through the prompt that automatically appears.
5. Navigate to My Apps, then select "Create App".
6. Create an app name. Select the check-box to agree to the Terms of Use.
...
Contact Syncplicity Support in order to obtain your App Key and App Secret.
Creating a Syncplicity Connection
...
3. There is a drop down field on the connection setting which allows for the creation of sync points as either standard folders or SyncDrive folders.
3. Permissions only exist on sync points and do not extend int the nested paths. When doing a permissions migration into Syncplicity only the sync points can be set.
...
User Drive Mapping – Unlike some other connectors Syncplicity does not show the list of users attached to the enterprise account. You need to externally assemble the list of users to either create a user map or to impersonate a specific user.
App Settings
There is a new appsetting override to be able to set SkySync to point to EU cloud storage vault. The following lines need to be added to the appsetting file in the SkySync installation folder.
<add key="SyncplicityBaseUrl" value="https://api.eu.syncplicity.com/"/>
<add key="SyncplicityBaseXmlUrl" value="https://xml.eu.syncplicity.com/" />
For instructions on how to edit the app setting click here