SurfSense/surfsense_backend/app/connectors/google_drive
Anish Sarkar da6bbcfe39 feat: add file streaming download functionality to Google Drive client
- Introduced `download_file_to_disk` method to stream files directly to disk in chunks, reducing memory usage during downloads.
- Updated `download_and_extract_content` function to utilize the new streaming download method for binary files, enhancing efficiency in handling large files.
- Improved error handling for download operations, providing clearer feedback on failures.
2026-03-27 08:54:06 +05:30
..
__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: enhance Google Drive file metadata handling 2026-01-17 16:24:53 +05:30
client.py feat: add file streaming download functionality to Google Drive client 2026-03-27 08:54:06 +05:30
content_extractor.py feat: add file streaming download functionality to Google Drive client 2026-03-27 08:54:06 +05:30
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 feat: added circleback connector 2025-12-30 09:00:59 -08:00
folder_manager.py feat: enhance Google Drive file metadata handling 2026-01-17 16:24:53 +05:30