...
align | center |
---|
...
On This Page
Table of Contents |
---|
Overview
SkySync can create connections to platforms that are in "read-only" mode, meaning that you will never be able to modify any content on the platform using that connection. This can be useful for adding additional guarantees that a particular platform will never be modified by SkySync during a migration.
Note |
---|
Read-only connections cannot be configured globally; they must be enabled per connection. |
Supported Platforms
All Connectors
...
REST API | JSON Configuration
Read-only connections cannot be configured globally; they must be enabled per connection. To enable read-only connections through the REST API, "readonly": true must be added when creating the connection. See the following examples.
NFS
POST {{url}}v1/connections | ||
---|---|---|
|
OneDrive for Business
POST {{url}}v1/connections | ||
---|---|---|
|
Expected Error Response
If a job is executed with a read-only connector, the job will fail with the following error: "The operation cannot be performed because the connection is in read-only mode."