ShareFolder
Shares a folder. Requires the sharing.write scope.
Input
| Name | Type | Required | Description |
| Path | String | False | The path of the folder to share. |
| AclUpdatePolicy | String | False | Who can add and remove members of this shared folder. |
| MemberPolicy | String | False | Who can be a member of this shared folder. |
| SharedLinkPolicy | String | False | The policy to apply to shared links created for content inside this shared folder. |
| ViewerInfoPolicy | String | False | Who can enable/disable viewer info for this shared folder. |
| ForceAsync | String | False | Whether to force the share to happen asynchronously.
The default value is false. |
Result Set Columns
| Name | Type | Description |
| Status | String | The status of the operation. |
| AsyncJobId | String | The id of the asynchronous job in order to check the progress of the operation. |