SurfSense/surfsense_backend/app/connectors/google_drive
CREDO23 3e67d5f31e feat(connectors): add Google Drive delta sync with change tracking
- Get start page token for change tracking baseline
- Fetch incremental changes using Google Drive Changes API
- Categorize changes into added, modified, and removed files
- Enable efficient re-indexing of only changed content
2025-12-28 15:55:06 +02:00
..
__init__.py feat(connectors): add Google Drive credentials module for OAuth management 2025-12-28 15:54:26 +02:00
change_tracker.py feat(connectors): add Google Drive delta sync with change tracking 2025-12-28 15:55:06 +02:00
client.py feat(connectors): add Google Drive API client wrapper 2025-12-28 15:54:32 +02:00
content_extractor.py feat(connectors): add Google Drive content extraction using existing ETL 2025-12-28 15:54:50 +02:00
credentials.py feat(connectors): add Google Drive credentials module for OAuth management 2025-12-28 15:54:26 +02:00
file_types.py feat(connectors): add Google Drive file type detection and mapping 2025-12-28 15:54:42 +02:00
folder_manager.py feat(connectors): add Google Drive folder browsing and file listing 2025-12-28 15:54:58 +02:00