...
For several platforms, there is an option to share files and folders via a link. The preserved shared links policy determines whether "domain" or "anyone" links are transferred from the source to the destination. Permission Preservation must be configured in your job for Shared Links to be transferred.
...
Info |
---|
This option is automatically enabled when shared links only is selected as the item permissions policy. |
Note |
---|
Notification emails may be generated on the destination platform when shared links are transferred. |
Supported Platforms
The following platforms support shared links. Refer to the Platform Comparison to see conflict between platforms.
...
(Anyone) People with the link: Anyone with the link view only.
(Company) People in your company view only.
(Company) Invited people only: shared link will be view only; invited users can be set as view or edit.
Box has an additional option to view and download but we do not support transferring that and this is not an applicable option for SPO.
SkySync DryvIQ only supports anyone or domain (company). When transferring to SharePoint Online, the Box options will be translated as follows:
(Anyone) Anyone with the link can view.
(Company) People in
company
with the link can view.(Company) Internal: People in
company
with the link can view and the invited users from within the company will be added to SPO direct access list with the corresponding edit or view rights.(Company) External Users: People in
company
with the link can view and the invited external user will go to the pending access & requests page.
...
These are the two REST API requests you can use to get the information on each type of shared link.
Code Block |
---|
GET url}}v1/transfers/items?processing=domain_shared_links&jobs={{job |
Code Block |
---|
GET url}}v1/transfers/items?processing= anyone_shared_links&jobs={{job |
Terms
Anyone/Anonymous: Links that can be shared with anyone
...
Box: company
Dropbox: team_only
Google: domain
SharePoint: organizational
Feature Support
SkySync DryvIQ handles shared links differently per platform. The following list defines different ways SkySync DryvIQ handles shared links. Refer to the table below to see how SkySync DryvIQ handles shared links for each platform that supports this feature.
...
Status | ||||
---|---|---|---|---|
|
Status | ||||
---|---|---|---|---|
|
Status | ||
---|---|---|
|
Box | Dropbox | SharePoint Online | Google Workspace | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Number of Links | 1 link per file or folder | 1 link per file or folder | multiple links per file or folder | Max 2 links; anonymous and/or a domain | ||||||||||||||||||||||||
Rights |
|
|
|
| ||||||||||||||||||||||||
Expiration Date |
|
|
|
| ||||||||||||||||||||||||
Link Passwords |
|
|
|
| ||||||||||||||||||||||||
Disable Download |
|
|
|
|
...
REST API Examples
These are the two REST API requests you can use to get the information on each type of shared link.
Code Block |
---|
GET {{url}}v1/transfers/items?processing=domain_shared_links&jobs={{job}} |
Code Block |
---|
GET {{url}}v1/transfers/items?processing=anyone_shared_links&jobs={{job}} |
...
Example JSON
Info |
---|
Permission Preservation Policy must be enabled to transfer Shared Links successfully. |
...
Example | Shared Links Basic Job
POST {{url}}v1/jobs | ||
---|---|---|
|
Example | Shared Links with Permissions Import
POST {{url}}v1/jobs | ||
---|---|---|
|