SharedFolders
Returns shared folders from a user's account.
Table Specific Information
The following scopes are required to access this view: sharing.readSelect
The 本製品 uses the Dropbox API to process search criteria that refer to the Id column. The 本製品 processes other filters client-side within the 本製品. 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. |
IsInsideTeamFolder | Boolean | Whether this folder is inside of a team folder. |
IsTeamFolder | Boolean | Whether this folder is a team folder. |
Name | String | The name of the this shared folder. |
AclUpdatePolicy | String | Who can add and remove members from this shared folder. |
SharedLinkPolicy | String | Whose links can be shared with. |
MemberPolicy | String | Who can be a member of this shared folder, as set on the folder itself. |
ResolvedMemberPolicy | String | Who can be a member of this shared folder, taking into account both the folder and the team-wide policy. |
ViewerInfoPolicy | String | Who can enable/disable viewer info for this shared folder. |
PreviewUrl | String | URL for displaying a web preview of the shared folder. |
TimeInvited | Datetime | When the current user was invited to this shared folder. |
OwnerDisplayName | String | The display names of the users that own the folder. |
OwnerTeamId | String | The team's unique ID. |
OwnerTeamName | String | The name of the team. |
ParentSharedFolderId | String | The ID of the parent shared folder. |
PathLower | String | The lower-cased full path of this shared folder. Absent for unmounted folders. |
AccessInheritance | String | Whether the folder inherits its members from its parent. |