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.readSelect
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. |