Interface CreateFileParameters

Generates the parameters for the private _create method.

interface CreateFileParameters {
    config?: CreateFileConfig;
    file: File;
}

Properties

Properties

Used to override the default configuration.

file: File

The file to be uploaded. mime_type: (Required) The MIME type of the file. Must be provided. name: (Optional) The name of the file in the destination (e.g. 'files/sample-image'). display_name: (Optional) The display name of the file.

MMNEPVFCICPMFPCPTTAAATR