Prerequisites
- Create a Dropbox app.
- Give the app these scope permissions:
files.metadata.read
andfiles.content.read
. - Generate access token: www.dropbox.com/developers/apps/create.
pip install dropbox
(requirespip install "unstructured[pdf]"
for PDF filetype).