[Integration] Map & test OneDrive document storage integration #39
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/peregrine#39
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?
OneDrive — Resume & Cover Letter Storage (Microsoft 365 users)
Save cover letters and PDFs to OneDrive for users in the Microsoft 365 ecosystem.
Current state
scripts/integrations/onedrive.pyexists (33 lines, 4 methods).Tasks
Mapping
Files.ReadWrite.AppFolderorFiles.ReadWriteconfig/integrations/onedrive.yamlImplementation
OneDriveIntegration.connect()— store OAuth2 credentialsOneDriveIntegration.test()— GET drive root to validate tokenOneDriveIntegration.upload(path, content_bytes)— PUT via Graph APITesting
Acceptance criteria