Actions
List Shared Folders
scope: sharing.read
Return the list of all shared folders the current user has access to.
Basic Parameters
Parameter | Description |
---|---|
Actions | A list of FolderAction s corresponding to FolderPermission s that should appear in the response’s SharedFolderMetadata.permissions field describing the actions the authenticated user can perform on the folder.This field is optional. |
Limit | The maximum number of results to return per request. The default for this field is 1000. |
Advanced Parameters
Parameter | Description |
---|---|
Dropbox API Path Root | The path of the folder in the user’s Dropbox to perform this action from. Can be the path to the user’s home folder, a specific root ID, or a custom namespace. |
Dropbox API Select User | Specify a team member ID to perform this action on behalf of that specific team member.Note: A team access token with the team_data.member scope is required to use this parameter. |
Example Output
Workflow Library Example
List Shared Folders with Dropbox and Send Results Via Email
Preview this Workflow on desktop