GoogleDriveLoader()Load Google Docs from Google Drive.
Path to the service account key file.
Path to the credentials file.
Path to the token file.
The folder id to load from.
The document ids to load from.
The file ids to load from.
Whether to load recursively. Only applies when folder_id is given.
The file types to load. Only applies when folder_id is given.
Whether to load trashed files. Only applies when folder_id is given.
The file loader class to use.
The file loader kwargs to use.
Validate that either folder_id or document_ids is set, but not both.
Validate that credentials_path exists.
Load documents.