ShareFolder
Shares a folder. Requires the sharing.write scope.
Input
Name | Type | Required | Description |
Path | String | True | 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.
デフォルト値は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. |