JDBC Driver for Dropbox

Build 22.0.8462

DeletedResources

Returns deleted files or folders from the user's account.

Table Specific Information

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

Select

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

SELECT * FROM DeletedResources

SELECT * FROM DeletedResources WHERE Path='/Test path'
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
Name String The name of the file/folder (including extension).
Path String The path of the file/folder.

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