Feat: add datasource Dropbox (#11488)

### What problem does this PR solve?

Add datasource Dropbox.

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Yongteng Lei
2025-11-25 09:40:03 +08:00
committed by GitHub
parent d5f8548200
commit d1744aaaf3
9 changed files with 197 additions and 37 deletions

View File

@ -50,6 +50,7 @@ class DocumentSource(str, Enum):
DISCORD = "discord"
MOODLE = "moodle"
S3_COMPATIBLE = "s3_compatible"
DROPBOX = "dropbox"
class FileOrigin(str, Enum):