Microsoft 365 Files (OneDrive & SharePoint)

Manage Microsoft 365 file permissions and storage quotas via the Microsoft Graph API.

39|17|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/wyre-technology/msp-claude-plugins --skill microsoft-365-files-onedrive-sharepoint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Microsoft 365 Files (OneDrive & SharePoint)
Source: https://github.com/wyre-technology/msp-claude-plugins/tree/main/msp-claude-plugins/m365/m365/skills/files
Command: npx skills add https://github.com/wyre-technology/msp-claude-plugins --skill microsoft-365-files-onedrive-sharepoint

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses common MSP challenges with Microsoft 365 file storage, including user access issues, storage quota management, and permission control for OneDrive and SharePoint.

Core Features & Use Cases

  • File Access Troubleshooting: Investigate and resolve issues related to accessing OneDrive and SharePoint files.
  • Permission Management: Review, grant, and revoke file sharing permissions for individual files and entire OneDrive accounts.
  • Storage Monitoring: Check OneDrive storage quotas and identify users nearing their limits.
  • Use Case: When a user reports they cannot access a critical document in SharePoint, this Skill can help diagnose if it's a permission issue, a broken sharing link, or a quota problem.

Quick Start

Use the Microsoft 365 Files skill to find all files shared anonymously by user '[email protected]'.

Frequently Asked Questions about Microsoft 365 Files (OneDrive & SharePoint)

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

FAQPage Schema
How do I manage Microsoft 365 file permissions across OneDrive and SharePoint?

You can manage Microsoft 365 file permissions by using Microsoft Graph API to review, grant, and revoke sharing links and direct access for individual files and OneDrive accounts. This requires Files.ReadWrite.All permissions.

What Microsoft Graph permissions do I need to troubleshoot OneDrive file access?

To troubleshoot OneDrive file access, you need Files.Read.All, Sites.Read.All, and Files.ReadWrite.All Microsoft Graph permissions. These allow you to diagnose permission issues and broken sharing links.

How do I check OneDrive storage quotas for users nearing their limits?

Check OneDrive storage quotas by querying Microsoft Graph API to monitor user storage limits. This identifies users nearing their capacity and helps resolve access issues caused by full accounts.

Can I find all files shared anonymously by a specific user in SharePoint?

Yes, you can find all files shared anonymously by a specific user in SharePoint. The skill uses Microsoft Graph API to review sharing links and identify documents with anonymous access permissions.

Why does a user get access denied errors for a SharePoint document?

Access denied errors for SharePoint documents often stem from direct permission issues or broken sharing links. Diagnosing Microsoft 365 file permissions via Graph API identifies if the problem is access, sharing, or storage quota related.