Module dropbox_sdk::file_requests[][src]

This is supported on crate feature dbx_file_requests only.
Expand description

This namespace contains endpoints and data types for file request operations.

Structs

Enums

There was an error counting the file requests.

There was an error creating the file request.

There was an error deleting all closed file requests.

There was an error deleting these file requests.

There is an error with the file request.

There is an error accessing the file requests functionality.

There was an error retrieving the specified file request.

There was an error retrieving the file requests.

There was an error retrieving the file requests.

There is an error updating the file request.

Functions

Returns the total number of file requests owned by this user. Includes both open and closed file requests.

Creates a file request for this user.

Delete a batch of closed file requests.

Delete all closed file requests owned by this user.

Returns the specified file request.

Returns a list of file requests owned by this user. For apps with the app folder permission, this will only return file requests with destinations in the app folder.

Once a cursor has been retrieved from list_v2(), use this to paginate through all file requests. The cursor must come from a previous call to list_v2() or list_continue().

Returns a list of file requests owned by this user. For apps with the app folder permission, this will only return file requests with destinations in the app folder.

Update a file request.

Type Definitions