Interface Params$Upload

Parameters for uploading a file to Google Drive.

Hierarchy

  • Params$Upload

Properties

localPath: string

Location of file to be uploaded.

overwrite?: boolean

Delete any files or folders with the same name, location, and MIME type as the file to be uploaded in Google Drive.

parentIdentifiers?: string | Identifiers

Identifiers of parent folder where the file should be uploaded.

Generated using TypeDoc