Microsoft Graph OneDrive API

The Microsoft Graph OneDrive API provides programmatic access to OneDrive personal and OneDrive for Business file storage. Developers can upload, download, search, and share files and folders, manage permissions, track changes with delta queries, and create sharing links. The API supports large file uploads with resumable sessions and real-time notifications via webhooks.

API entry from apis.yml

apis.yml Raw ↑
aid: microsoft-onedrive:graph-drive-api
name: Microsoft Graph OneDrive API
tags:
- Cloud Storage
- File Storage
- Files
- Microsoft Graph
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://graph.microsoft.com/v1.0/
humanURL: https://learn.microsoft.com/en-us/onedrive/developer/rest-api/
properties:
- url: https://learn.microsoft.com/en-us/onedrive/developer/rest-api/
  type: Documentation
- url: https://learn.microsoft.com/en-us/graph/api/resources/onedrive
  type: Reference
description: The Microsoft Graph OneDrive API provides programmatic access to OneDrive personal and OneDrive
  for Business file storage. Developers can upload, download, search, and share files and folders, manage
  permissions, track changes with delta queries, and create sharing links. The API supports large file
  uploads with resumable sessions and real-time notifications via webhooks.