microsoft-graph-drives
Installation
SKILL.md
Microsoft Graph Drives SDK - Modern Kiota-based Syntax
Overview
This skill documents the correct syntax and patterns for using the modern Microsoft Graph SDK (Kiota-based) for SharePoint Drives operations in TypeScript/Node.js projects.
Key Topics:
- Modern Kiota-based SDK setup and configuration
- Navigating SharePoint folder structures
- Listing files and folders
- Downloading file content
- Searching items by path
- Type-safe implementations
- Error handling and troubleshooting
Setup and Configuration
Required Packages
Related skills