# GoogleDriveLoader

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/document_loaders/googledrive/GoogleDriveLoader)

Load Google Docs from `Google Drive`.

## Signature

```python
GoogleDriveLoader()
```

## Extends

- `BaseLoader`
- `BaseModel`

## Properties

- `service_account_key`
- `credentials_path`
- `token_path`
- `folder_id`
- `document_ids`
- `file_ids`
- `recursive`
- `file_types`
- `load_trashed_files`
- `file_loader_cls`
- `file_loader_kwargs`

## Methods

- [`validate_inputs()`](https://reference.langchain.com/python/langchain-community/document_loaders/googledrive/GoogleDriveLoader/validate_inputs)
- [`validate_credentials_path()`](https://reference.langchain.com/python/langchain-community/document_loaders/googledrive/GoogleDriveLoader/validate_credentials_path)
- [`load()`](https://reference.langchain.com/python/langchain-community/document_loaders/googledrive/GoogleDriveLoader/load)

## ⚠️ Deprecated

Deprecated since version 0.0.32.

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/4b280287bd55b99b44db2dd849f02d66c89534d5/libs/community/langchain_community/document_loaders/googledrive.py#L22)