SharedFolders
Returns folders shared with other users, including membership status, access rights, and folder metadata.
Table Specific Information
The following scopes are required to access this view: sharing.readSelect
The connector uses the Dropbox API to process search criteria that refer to the Id column. The connector processes other filters client-side within the connector. For example, the following queries are processed server side.
SELECT * FROM SharedFolders WHERE Id = '4336523543654'
Columns
| Name | Type | Description |
| Id [KEY] | String | A unique identifier for the shared folder. |
| AccessType | String | The current user's access level for this shared folder, such as viewer or editor. |
| IsInsideTeamFolder | Boolean | The value is 'true' when this shared folder is located inside a team folder. |
| IsTeamFolder | Boolean | The value is 'true' when this folder is designated as a team folder. |
| Name | String | The name of the shared folder. |
| AclUpdatePolicy | String | Specifies who is allowed to add or remove members from this shared folder. |
| SharedLinkPolicy | String | Defines whose shared links can be used or reshared for content in this folder. |
| MemberPolicy | String | Indicates who can be a member of this shared folder based on folder-level settings. |
| ResolvedMemberPolicy | String | The effective membership policy for the folder, factoring in both folder-level and team-wide policies. |
| ViewerInfoPolicy | String | Specifies who can enable or disable viewer information (such as who viewed the folder's contents). |
| PreviewUrl | String | A URL for displaying a web-based preview of the shared folder. |
| TimeInvited | Datetime | The timestamp when the current user was invited to join the shared folder. |
| OwnerDisplayName | String | The display names of the users who own the folder. Multiple owners may be listed. |
| OwnerTeamId | String | The unique identifier of the team that owns the folder. |
| OwnerTeamName | String | The name of the team that owns the folder. |
| ParentSharedFolderId | String | The Id of the parent shared folder, if this folder is nested within another shared folder. |
| PathLower | String | The lowercase version of the full Dropbox path to the shared folder. Not present for unmounted folders. |
| AccessInheritance | String | Indicates whether the folder inherits its membership from the parent folder. |