SurfSense/surfsense_backend/app/connectors/google_drive
CREDO23 0fb1d3d37b feat(etl-cache): route all file-based sources through the parse cache
Every file ingestion path (Dropbox, Google Drive / Composio Drive, OneDrive,
local folder, Obsidian, and the legacy upload handlers) now parses via the
extract_with_cache facade instead of calling EtlPipelineService.extract
directly, so identical bytes are deduplicated globally regardless of source.
vision_llm is passed through, keeping the existing cacheability gate intact.
2026-06-12 14:47:25 +02:00
..
__init__.py feat: enhance Google connectors indexing with content extraction and document migration 2026-03-25 18:33:44 +05:30
change_tracker.py feat: made agent file sytem optimized 2026-03-28 16:39:46 -07:00
client.py feat: made agent file sytem optimized 2026-03-28 16:39:46 -07:00
content_extractor.py feat(etl-cache): route all file-based sources through the parse cache 2026-06-12 14:47:25 +02:00
credentials.py feat: merge new credentials with existing connector configurations to preserve user settings 2026-02-02 19:03:05 +05:30
file_types.py refactor: enhance file skipping logic across Dropbox, Google Drive, and OneDrive connectors to return unsupported extensions, improving error reporting and maintainability 2026-04-07 03:16:34 +05:30
folder_manager.py feat: enhance Google Drive file metadata handling 2026-01-17 16:24:53 +05:30