File Sharing and Storage
OneDrive APIs for app development, providing seamless file storage, sharing, and collaboration at scale.
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())Last 50 checks (10 min intervals)