From 69e83adae03d7a4a5b0199bbcfa36d753611f92a Mon Sep 17 00:00:00 2001 From: Deshraj Yadav Date: Thu, 11 Jan 2024 14:28:59 +0530 Subject: [PATCH] [Docs] Update docs for dropbox loader (#1158) --- docs/components/data-sources/dropbox.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/components/data-sources/dropbox.mdx b/docs/components/data-sources/dropbox.mdx index dcfb0ac6..de9dff41 100644 --- a/docs/components/data-sources/dropbox.mdx +++ b/docs/components/data-sources/dropbox.mdx @@ -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