What problem does it solve?
It helps you avoid manual navigation and copy/paste work when you need to list, search, download, upload, move, rename, or share files in OneDrive or SharePoint using Microsoft Graph.
Core Features & Use Cases
- Drive Microsoft Graph file operations: list items, browse folders by path, search recursively, and fetch recently modified files.
- Secure, user-scoped access: uses an OAuth bearer token from $MICROSOFT_ONEDRIVE_TOKEN and performs requests with Authorization: Bearer.
- Complete common lifecycle tasks: download by item id or path, upload small files or large files via upload sessions, create folders, rename/move, delete with confirmation, and create sharing links with explicit user consent.
- Use case: You can ask an AI assistant to find the latest quarterly report across your OneDrive, download it, and then prepare a summary—without exposing you to Graph API complexity.
Quick Start
List the latest modified files in your OneDrive so you can pick one to download and analyze.