OneDrive File Management

Automates OneDrive file tasks via the Microsoft Graph API.

12|4|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/markus41/Claude-m --skill onedrive-file-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: OneDrive File Management
Source: https://github.com/markus41/Claude-m/tree/main/onedrive/skills/onedrive-files
Command: npx skills add https://github.com/markus41/Claude-m --skill onedrive-file-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deep expertise in OneDrive personal and business file management via Microsoft Graph API — upload, download, share, search, manage permissions, sync status, and delta queries for change tracking across OneDrive and OneDrive for Business.

Core Features & Use Cases

  • Centralized programmatic control over OneDrive files across personal and business accounts
  • Automate uploads, downloads, sharing links, permissions, and delta-based synchronization
  • Use Case: automatically upload enterprise documents, set sharing permissions, and keep local metadata in sync with the cloud

Quick Start

Upload a file to OneDrive and share it with collaborators using Graph API.

Frequently Asked Questions about OneDrive File Management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate OneDrive file uploads and permission management via Microsoft Graph API?

Automating OneDrive file uploads and permission management via Microsoft Graph API involves using specific endpoints for file transfer and sharing, applying appropriate authentication scopes to control access. This enables programmatic file flow control across personal and business accounts.

What is a delta query in OneDrive and how does it track file changes?

A delta query in OneDrive is a Microsoft Graph API mechanism that tracks file changes by returning only modifications since the last query. This delta-based synchronization allows applications to keep local metadata updated with cloud storage efficiently.

Can I use Microsoft Graph API to manage OneDrive for Business file sharing and synchronization?

Yes, Microsoft Graph API manages OneDrive for Business file sharing and synchronization. It supports applying sharing links, modifying permissions, and tracking drive synchronization across enterprise accounts using robust handling for large files.

What's the best way to handle large file uploads to OneDrive using Graph API?

The best way to handle large file uploads to OneDrive using Graph API is through robust file handling techniques provided by the API. This ensures reliable transfer of large enterprise documents without exceeding standard request limitations.

How do I set authentication scopes for OneDrive file management automation?

Setting authentication scopes for OneDrive file management automation requires defining specific permission levels within Microsoft Graph API. Satisfying these API integration requirements ensures secure access to drive synchronization and file permissions.