SharedFiles
Returns shared files from a user's account.
Table Specific Information
The following scopes are required to access this view: sharing.readSelect
The provider uses the Dropbox API to process search criteria that refer to the Id column. The provider processes other filters client-side within the provider. For example, the following queries are processed server side.
SELECT * FROM SharedFiles WHERE Id = 'id:3kmLmQFnf1AAAAAAAAAAAw'
Columns
| Name | Type | Description |
| Id [KEY] | String | The ID of the shared file. |
| Name | String | The name of this file. |
| 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 file. |
| AccessType | String | The current user's access level for this shared file. |
| OwnerDisplayName | String | The display name of the user that owns the file. There may be multiple names listed if there are multiple owners. |
| OwnerTeamId | String | The team's unique ID. |
| OwnerTeamName | String | The name of the team. |
| ParentSharedFolderId | String | The ID of the parent shared folder. |
| PathDisplay | String | The cased path to be used for display purposes only. |
| PathLower | String | The lower-case full path of this file. Absent for unmounted files. |
| TimeInvited | Datetime | When the current user was invited to this shared file. |