Data types
๐พ Dropbox
To load folders or files from your Dropbox account, configure the data_type
parameter as dropbox
and specify the path to the desired file or folder, starting from the root directory of your Dropbox account.
For Dropbox access, an access token is required. Obtain this token by visiting Dropbox Developer Apps. There, create a new app and generate an access token for it.
Ensure your app has the following settings activated:
- In the Permissions section, enable
files.content.read
andfiles.metadata.read
.
Usage
Install the dropbox
pypi package:
Following is an example of how to use the dropbox loader:
Was this page helpful?