SurfSense/surfsense_backend/app/connectors/google_drive
CREDO23 b2b891e4d7 fix(connectors): properly commit Google Drive document type changes
- Return file metadata from content_extractor for indexer to use
- Update document type and metadata in indexer after processing
- Explicitly commit changes to database
- Ensures documents are properly marked as GOOGLE_DRIVE_CONNECTOR type
2025-12-28 17:15:29 +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 fix(connectors): properly commit Google Drive document type changes 2025-12-28 17:15:29 +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