Dropbox

Links

    Dropbox API

    Getting access, Developing, Testing

    Back to Dropbox

    File Requests - Update

    Update a file request.

    Input

    type: object properties: data: type: object description: > Arguments for :route:`update`. id: The ID of the file request to update. title: The new title of the file request. Must not be empty. destination: The new 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 new deadline for the file request. open: Whether to set this file request as open or closed. properties: open: type: boolean description: Whether to set this file request as open or closed. destination: type: string description: >- The new 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: | no_update: Do not change the file request's deadline. update: If :val:`null`, the file request's deadline is cleared. other: None properties: .tag: title: Choice of UpdateFileRequestDeadline type: string enum: - no_update - update - other update: 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 to update. title: type: string description: The new 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.