...
When a failure occurs during a copy transfer, the Job will continue and flag the failures at the end for review. When a failure occurs at the folder level, SkySync will not traverse this folder's content. It will be skipped, and the next folder will be evaluated for copy transfer.
...
API Setting
Code Block |
---|
"transfer_type": "copy" |
...
When a failure occurs during a synchronize transfer, the job will continue and flag the failures at the end for review. When a failure occurs at the folder level, SkySync will not traverse this folder's content. It will be skipped, and the next folder will be evaluated for synchronization.
...
API Setting
Code Block |
---|
"transfer_type": "sync" |
...
When a failure occurs during a move transfer, the job will continue and flag the failures at the end for review. When a failure occurs at the folder level, we will not traverse this folder's content. It will be skipped and the next folder will be evaluated for Move transfer.
...
API Setting
Code Block |
---|
"transfer_type": "move" |
...
When a failure occurs during a Migrate transfer, the job will continue and flag the failures at the end for review. When a failure occurs at the folder level, SkySync will not traverse this folder's content. It will be skipped, and the next folder will be evaluated for Migrate transfer.
...
API Setting
Code Block |
---|
"transfer_type": "migrate" |
...
When a failure occurs during a Publish transfer, the job will continue and flag the failures at the end for review. When a failure occurs at the folder level, SkySync will not traverse this folder's content. It will be skipped, and the next folder will be evaluated for Publish transfer.
API Setting
Code Block |
---|
"transfer_type": "publish" |
...
When a failure occurs during a copy folder structure transfer, the job will continue and flag the failures at the end for review. When a failure occurs at the parent folder level, SkySync will not traverse this folder's subfolders. It will be skipped, and the next folder will be evaluated for Copy Folder Structure transfer.
...
API Setting
Code Block |
---|
"transfer_type": "taxonomy" |
...