← Back to Dashboard

OneDrive

Cloud Storage & File SharingActiveUnknownAuth: OAuthDoc: HTML
Swagger DocumentationVisit Website ↗

Description

File Sharing and Storage

✨ AI Summary

OneDrive APIs for app development, providing seamless file storage, sharing, and collaboration at scale.

Code Example

import requests

access_token = 'YOUR_ACCESS_TOKEN'
headers = {
    'Authorization': f'Bearer {access_token}',
    'Accept': 'application/json'
}
response = requests.get('https://graph.microsoft.com/v1.0/me/drive/root/children', headers=headers)
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)