SurfSense/surfsense_backend/app/connectors/google_drive
CREDO23 40304c6795 feat(connectors): add Google Drive content extraction using existing ETL
- Download files from Google Drive to temporary location
- Export Google Workspace files as PDF
- Delegate content extraction to existing process_file_in_background
- Reuse Surfsense's ETL services (Unstructured, LlamaCloud, Docling)
2025-12-28 15:54:50 +02:00
..
__init__.py feat(connectors): add Google Drive credentials module for OAuth management 2025-12-28 15:54:26 +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