[Docs] Update docs for dropbox loader (#1158)

This commit is contained in:
Deshraj Yadav
2024-01-11 14:28:59 +05:30
committed by GitHub
parent 9e24aee40d
commit 69e83adae0

View File

@@ -10,6 +10,16 @@ Ensure your app has the following settings activated:
- In the Permissions section, enable `files.content.read` and `files.metadata.read`.
## Usage
Install the `dropbox` pypi package:
```bash
pip install dropbox
```
Following is an example of how to use the dropbox loader:
```python
import os
from embedchain import Pipeline as App