JDBC Driver for Dropbox

Build 22.0.8462

SharedFiles

Returns shared files 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 SharedFiles

SELECT * FROM SharedFiles WHERE Id='id:3kmLmQFnf1AAAAAAAAAAAw'
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 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.

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