--- title: 'Microsoft OneDrive' description: 'Access and manage files, folders, and sharing in OneDrive via Microsoft Graph.' --- # 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 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 | Endpoint | Summary | |---|---| | [GET /me/drive/root/children](./get_me_drive_root_children_productivity_listrootitems) | List items in root folder | | [GET /me/drive/items/{itemId}](./get_me_drive_items_itemid_productivity_getdriveitem) | Get a drive item | | [GET /me/drive/items/{itemId}/children](./get_me_drive_items_itemid_children_productivity_listchildren) | List children of a folder | | [DELETE /me/drive/items/{itemId}](./delete_me_drive_items_itemid_productivity_deletedriveitem) | Delete a drive item | | [POST /me/drive/items/{itemId}/createLink](./post_me_drive_items_itemid_createlink_productivity_createsharinglink) | Create a sharing link | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.