Concepts

Concepts used in Google Drive BDK Book.

Drive folder reference

Contains all information required to identify a folder in Google Drive

Field Name
Description
Type

id

The id of the folder

text

folder_name

The name of the folder

text

The ids of the parent folders

list of text

Drive file reference

Contains all information required to identify a file in Google Drive

Field Name
Description
Type

id

The id of the file

text

file_name

The name of the file

text

The ids of the parent folders

list of text

Last updated

Was this helpful?