DriveItem
A Drive item, such as a file or folder.
JSON representation |
---|
{ "name": string, "title": string, "file": { object ( |
Fields | |
---|---|
name
|
The target Drive item. The format is
|
title
|
The title of the Drive item. |
file
|
This field is deprecated; please use the
|
folder
|
This field is deprecated; please use the
|
mimeType
|
The MIME type of the Drive item. See https://developers.google.com/drive/v3/web/mime-types. |
owner
|
Information about the owner of this Drive item. |
Union field
item_type . If present, this describes the type of the Drive item.
item_type
can be only one of the following:
|
|
driveFile
|
The Drive item is a file. |
driveFolder
|
The Drive item is a folder. Includes information about the type of folder. |
DriveFolder
A Drive item which is a folder.
JSON representation |
---|
{
"type": enum ( |
Fields | |
---|---|
type
|
The type of Drive folder. |
DriveFile
This type has no fields.
A Drive item which is a file.
Type
The type of a Drive folder.
Enums | |
---|---|
TYPE_UNSPECIFIED
|
The folder type is unknown. |
MY_DRIVE_ROOT
|
The folder is the root of a user's MyDrive. |
SHARED_DRIVE_ROOT
|
The folder is the root of a shared drive. |
STANDARD_FOLDER
|
The folder is a standard, non-root, folder. |