Generates comprehensive diagnostic bundles for troubleshooting Microsoft OneNote Graph API failures and permission issues.
The OneNote Debug Bundle is a specialized toolkit designed to simplify the troubleshooting of complex Microsoft Graph API interactions. It automates the collection of critical diagnostic data, including request-id headers, decoded JWT token claims, and internal routing information like x-ms-ags-diagnostic. By providing structured diagnostic logs and ready-to-use support ticket templates, this skill helps developers identify missing scopes, token expiration issues, and API bottlenecks, significantly reducing the time required to resolve integration errors or communicate with Microsoft Support.
주요 기능
012,083 GitHub stars
02Multi-language support with implementations for both TypeScript and Python
03Ready-to-use Microsoft Support ticket templates for faster resolution
04Structured diagnostic bundle generation in JSON format
05Automatic Graph API call interception via diagnostic middleware
06Zero-dependency JWT token claim decoding and permission analysis
사용 사례
01Troubleshooting 403 Forbidden errors by verifying granted vs. required scopes
02Monitoring production API performance and request tracing during batch operations
03Gathering technical evidence for Microsoft Support tickets regarding Graph API bugs