SurfSense/surfsense_backend/app/connectors/google_drive
CREDO23 84bde67979 feat(connectors): add Google Drive folder browsing and file listing
- List folder contents with full pagination support
- Query root folder or specific parent folder
- Return both folders and files with metadata (size, icons, links)
- Filter out shortcuts and trashed items
2025-12-28 15:54:58 +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
folder_manager.py feat(connectors): add Google Drive folder browsing and file listing 2025-12-28 15:54:58 +02:00