FolderLinks
Displays shared links for folders in a user's Dropbox, allowing you to audit folder-level sharing.
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 FolderPath column. The connector processes other filters client-side within the connector. For example, the following queries are processed server side.
SELECT * FROM FolderLinks WHERE FolderPath = '/Test Folder'
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | True |
A unique identifier for the shared folder link. |
| Url [KEY] | String | False |
The URL of the shared Dropbox link for the folder. |
| Name | String | True |
The name of the linked folder. Folder names never contain slashes. |
| CanRevoke | Boolean | True |
Indicates whether the user has permission to revoke (disable) the shared link. |
| ResolvedVisibilityPermission | String | True |
The effective visibility of the link after applying team and shared folder policies. This may differ from the originally requested visibility. |
| RevokeFailureReason | String | True |
The reason the shared link cannot be revoked. Present only when the CanRevoke field is false. |
| PathLower | String | True |
The lowercase version of the full Dropbox path to the folder. Always begins with a slash. |
| TeamId | String | True |
The unique identifier of the Dropbox team that owns the folder. |
| TeamName | String | True |
The registered name of the Dropbox team. |
| TeamDisplayName | String | True |
The display name of the user who created the link. |
| TeamMemberId | String | True |
The team member Id of the user who created the link; present only if that user is part of the current user's team. |
| ContentOwnerId | String | True |
The unique Id of the team that owns the folder. |
| ContentOwnerName | String | True |
The name of the team that owns the folder. |
| FolderPath | String | False |
The Dropbox folder path used to retrieve shared folder links under a specific location. Use this in filters to narrow results. |
| RemoveExpiration | Boolean | False |
If True, removes any expiration date from the shared link. The default value is False. |
| RequestedVisibilityPermission | String | False |
The visibility level originally requested by the link creator. This can be overridden by team or folder policies. Basic users can only set the visibility level to RequestedVisibility.public. The allowed values are public, team_only, password. |
| RequestedAccess | String | False |
The access level (such as viewer or editor) requested for users accessing the shared folder. Changing access level on an existing link is not supported. This field is optional. The allowed values are viewer, editor, max. |
| Expires | Datetime | False |
The expiration date and time of the shared folder link, if set. By default, links do not expire. This field is optional. Basic users can only set RequestedVisibility.public. |
| LinkPassword | String | False |
If the link visibility is set to password, this specifies the password required to access the folder. This field is optional. |
| Audience | String | False |
The group of users (such as anyone with the link or team-only) allowed to access the folder using the shared link, based on the link's access level in the LinkPermissions field. The allowed values are public, team, no_one, password. |