# DropboxLoader

> **Class** in `langchain_community`

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

Load files from `Dropbox`.

In addition to common files such as text and PDF files, it also supports
*Dropbox Paper* files.

## Signature

```python
DropboxLoader()
```

## Extends

- `BaseLoader`
- `BaseModel`

## Properties

- `dropbox_access_token`
- `dropbox_folder_path`
- `dropbox_file_paths`
- `recursive`

## Methods

- [`validate_inputs()`](https://reference.langchain.com/python/langchain-community/document_loaders/dropbox/DropboxLoader/validate_inputs)
- [`load()`](https://reference.langchain.com/python/langchain-community/document_loaders/dropbox/DropboxLoader/load)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/d5ea8358933260ad48dd31f7f8076555c7b4885a/libs/community/langchain_community/document_loaders/dropbox.py#L20)