[Integration] Map & test Google Drive document storage integration #36
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/peregrine#36
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Google Drive — Resume & Cover Letter Storage
Automatically save generated cover letters and resume PDFs to a configured Google Drive folder.
Current state
scripts/integrations/google_drive.pyexists (31 lines, 4 methods, 1 stub).Tasks
Mapping
Peregrine/{company}/{role}/cover_letter.pdfconfig/integrations/google_drive.yaml— store folder_idImplementation
GoogleDriveIntegration.connect()— store OAuth credentials + folder IDGoogleDriveIntegration.test()— list files in root to validate tokenGoogleDriveIntegration.upload(filename, content_bytes, mime_type)Testing
Acceptance criteria