SurfSense/surfsense_backend/app/connectors/dropbox
2026-04-07 02:19:31 +05:30
..
__init__.py feat: implement Dropbox file creation and deletion tools for enhanced document management 2026-03-30 22:37:03 +05:30
client.py feat: implement cursor-based delta sync for Dropbox integration, enhancing file indexing efficiency and preserving folder cursors during re-authentication 2026-04-06 18:36:29 +05:30
content_extractor.py refactor: unify file parsing logic across Dropbox, Google Drive, and OneDrive using the ETL pipeline 2026-04-05 17:30:29 +05:30
file_types.py refactor: unify file skipping logic across Dropbox, Google Drive, and OneDrive connectors by replacing classification checks with a centralized service-based approach, enhancing maintainability and consistency in file handling 2026-04-07 02:19:31 +05:30
folder_manager.py feat: implement Dropbox API client and folder management for enhanced file indexing 2026-03-30 22:17:50 +05:30