Feature: Google Drive file picker for multi-file import
Resolved 💬 2 comments Opened Dec 19, 2025 by genisage-git Closed Jan 18, 2026
Summary
Add a Google Drive file picker UI that allows users to select and import multiple documents at once.
Current State
- Google Drive OAuth is implemented in backend
- Single URL upload works via
/documents/upload-url - Manual URL pasting required for each file
Proposed Solution
- Integrate Google Picker API in frontend
- Add 'Import from Google Drive' button to document upload area
- Allow multi-select in picker
- Batch upload selected files using existing endpoint
- Show progress for multi-file imports
Technical Notes
- Google Picker API: https://developers.google.com/drive/picker
- Need Picker API key in Google Cloud Console
- OAuth client ID already configured
- Backend endpoint ready:
POST /documents/upload-url
Estimated Effort
4-8 hours
Labels
enhancement, frontend, google-drive
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗