Prerequisites
- Dropbox 앱을 생성합니다.
- 앱에 다음 scope 권한을 부여합니다:
files.metadata.read및files.content.read. - access token을 생성합니다: www.dropbox.com/developers/apps/create.
pip install dropbox(PDF 파일 타입의 경우pip install "unstructured[pdf]"필요).
Instructions
DropboxLoader는 Dropbox 앱을 생성하고 access token을 생성해야 합니다. 이는 www.dropbox.com/developers/apps/create에서 수행할 수 있습니다. 또한 Dropbox Python SDK가 설치되어 있어야 합니다 (pip install dropbox).
DropboxLoader는 Dropbox 파일 경로 목록 또는 단일 Dropbox 폴더 경로에서 데이터를 로드할 수 있습니다. 두 경로 모두 access token에 연결된 Dropbox 계정의 루트 디렉토리를 기준으로 상대 경로여야 합니다.
Connect these docs programmatically to Claude, VSCode, and more via MCP for real-time answers.