ShareFolder
Initiates sharing for a folder, allowing others to be invited with specified access roles; requires write-sharing privileges.
Input
| Name | Type | Required | Description |
| Path | String | True | The full Dropbox path of the folder to be shared. |
| AclUpdatePolicy | String | False | Specifies who is allowed to add or remove members from the shared folder. |
| MemberPolicy | String | False | Defines who can be a member of the shared folder (for example, team-only or anyone). |
| SharedLinkPolicy | String | False | Specifies the rules for creating shared links for content within this folder. |
| ViewerInfoPolicy | String | False | Indicates who can enable or disable viewer information for this shared folder. |
| ForceAsync | String | False | If the value is 'true', forces the sharing operation to be performed asynchronously.
The default value is false. |
Result Set Columns
| Name | Type | Description |
| Status | String | Returns the status of the share operation, such as complete or in_progress. |
| AsyncJobId | String | The Id of the asynchronous job used to monitor the progress of the share operation. |