JDBC Driver for Dropbox

Build 22.0.8462

SharedFolders

Returns shared folders from a user's account.

Table Specific Information

The following scopes are required to access this view: sharing.read

Select

The driver uses the Dropbox API to process search criteria that refer to the Id column. The driver processes other filters client-side within the driver. For example, the following queries are processed server side.

SELECT * FROM SharedFolders

SELECT * FROM SharedFolders WHERE Id='4336523543654'
You can turn off the client-side execution of the query by setting SupportEnhancedSQL to false in which case any search criteria will be ignored and an unfiltered response will be returned.

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.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462