Skip to content

Microsoft OneDrive ​

Access and manage files, folders, and sharing in OneDrive via Microsoft Graph.

DetailValue
CategoryProductivity
Base URLhttps://graph.microsoft.com/v1.0
AuthenticationOAuth2
Endpoints5
Connector keymicrosoft-onedrive

Using Microsoft OneDrive in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Microsoft OneDrive from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /me/drive/root/childrenList items in root folder
GET /me/drive/items/{itemId}Get a drive item
GET /me/drive/items/{itemId}/childrenList children of a folder
DELETE /me/drive/items/{itemId}Delete a drive item
POST /me/drive/items/{itemId}/createLinkCreate a sharing link

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.