Dropbox

Links

    Dropbox API

    Getting access, Developing, Testing

    Back to Dropbox

    File Requests - Create

    Creates a file request for this user.

    Input

    type: object properties: data: type: object description: > Arguments for :route:`create`. title: The title of the file request. Must not be empty. destination: The path of the folder in the Dropbox where uploaded files will be sent. For apps with the app folder permission, this will be relative to the app folder. deadline: The deadline for the file request. Deadlines can only be set by Pro and Business accounts. open: Whether or not the file request should be open. If the file request is closed, it will not accept any file submissions, but it can be opened later. properties: open: type: boolean description: >- Whether or not the file request should be open. If the file request is closed, it will not accept any file submissions, but it can be opened later. destination: type: string description: >- The path of the folder in the Dropbox where uploaded files will be sent. For apps with the app folder permission, this will be relative to the app folder. deadline: type: object description: > deadline: The deadline for this file request. allow_late_uploads: If set, allow uploads after the deadline has passed. These uploads will be marked overdue. properties: deadline: type: string description: The deadline for this file request. allow_late_uploads: type: object description: | one_day: None two_days: None seven_days: None thirty_days: None always: None other: None properties: .tag: title: Choice of GracePeriod type: string enum: - one_day - two_days - seven_days - thirty_days - always - other title: type: string description: The title of the file request. Must not be empty. title: Data

    Output

    type: object description: > A :link:`file request https://www.dropbox.com/help/9090` for receiving files into the user's Dropbox account. id: The ID of the file request. url: The URL of the file request. title: The title of the file request. created: When this file request was created. is_open: Whether or not the file request is open. If the file request is closed, it will not accept any more file submissions. file_count: The number of files this file request has received. destination: The path of the folder in the Dropbox where uploaded files will be sent. This can be :val:`null` if the destination was removed. For apps with the app folder permission, this will be relative to the app folder. deadline: The deadline for this file request. Only set if the request has a deadline. properties: title: type: string description: The title of the file request. url: type: string description: The URL of the file request. destination: type: string description: >- The path of the folder in the Dropbox where uploaded files will be sent. This can be :val:`null` if the destination was removed. For apps with the app folder permission, this will be relative to the app folder. created: type: string description: When this file request was created. file_count: type: number description: The number of files this file request has received. deadline: type: object description: > deadline: The deadline for this file request. allow_late_uploads: If set, allow uploads after the deadline has passed. These uploads will be marked overdue. properties: deadline: type: string description: The deadline for this file request. allow_late_uploads: type: object description: | one_day: None two_days: None seven_days: None thirty_days: None always: None other: None properties: .tag: title: Choice of GracePeriod type: string enum: - one_day - two_days - seven_days - thirty_days - always - other id: type: string description: The ID of the file request. is_open: type: boolean description: >- Whether or not the file request is open. If the file request is closed, it will not accept any more file submissions.