JDBC Driver for Dropbox

Build 22.0.8462

FileRequests

Returns file requests from a user's account.

Table Specific Information

The following scopes are required to access this view: file_requests.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 FileRequests

SELECT * FROM FileRequests WHERE Id='21df34jrksd213'
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 file request.
Url String Path of the file request.
Title String Title of the file request.
Created Datetime When this file request was created.
IsOpen Boolean Whether or not the file request is open. If the file request is closed, it will not accept any more file submissions.
FileCount Long The number of files this file request has received.
Destination String The path of the folder in the Dropbox where uploaded files will be sent.
Deadline Datetime The deadline for this file request.
AllowLateUploads String If set, allow uploads after the deadline has passed.

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