Microsoft OneDrive ​
Access and manage files, folders, and sharing in OneDrive via Microsoft Graph.
| Detail | Value |
|---|---|
| Category | Productivity |
| Base URL | https://graph.microsoft.com/v1.0 |
| Authentication | OAuth2 |
| Endpoints | 5 |
| Connector key | microsoft-onedrive |
Using Microsoft OneDrive in a workflow ​
- Go to Connections and click New Connection.
- Pick Microsoft OneDrive from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /me/drive/root/children | List items in root folder |
| GET /me/drive/items/{itemId} | Get a drive item |
| GET /me/drive/items/{itemId}/children | List children of a folder |
| DELETE /me/drive/items/{itemId} | Delete a drive item |
| POST /me/drive/items/{itemId}/createLink | Create a sharing link |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.