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:
files.content.read
and files.metadata.read
.Install the dropbox
pypi package:
Following is an example of how to use the dropbox loader:
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:
files.content.read
and files.metadata.read
.Install the dropbox
pypi package:
Following is an example of how to use the dropbox loader: