Interface Identifiers

Values for identifying a file or folder in Google Drive. fileName is required if fileId is not specified. If fileName is specified and there are multiple files or folders in Google Drive with that filename, parentId or parentName should also be specified.

Hierarchy

Properties

fileId?: string

Id of the file or folder.

fileName?: string

Name of the file or folder.

parentId?: string

Id of the file or folder's parent.

parentName?: string

Name of the file or folder's parent.

Generated using TypeDoc