ODBC Driver for Dropbox

Build 25.0.9434

FileRequests

Shows active and past file requests initiated by the user, including requester details and file submissions.

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 WHERE Id = '21df34jrksd213'

Columns

Name Type Description
Id [KEY] String A unique identifier for the file request.
Url String The URL of the file request, which can be shared with contributors to upload files.
Title String The title or name assigned to the file request, used to identify its purpose.
Created Datetime The timestamp indicating when the file request was created.
IsOpen Boolean Indicates whether the file request is currently open. If False, no additional files can be submitted.
FileCount Long The number of files submitted to this file request.
Destination String The Dropbox folder path where uploaded files are stored.
Deadline Datetime The deadline after which users can no longer submit files, unless late uploads are allowed.
AllowLateUploads String Allows users to upload files after the deadline has passed, if enabled.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434