OneDrive connector
Microsoft OneDrive is a file hosting service and synchronization service operated by Microsoft as part of its web version of Office. Download, upload, create files, manage permissions, read and move folders, share links to files and make custom API calls to the Microsoft Graph API.
Delegation
Users must be an admin, have delegated access, or be part of a group to access files not owned by the authenticated user.
Authorize your OneDrive account
The OneDrive connector uses OAuth 2.0 for authentication and authorization. The first time you add a OneDrive card to a flow, you're prompted to create a connection. See Authorization.
OneDrive connector event cards
Event |
Description |
---|---|
Triggers a flow when a file or folder is updated in OneDrive. |
OneDrive connector action cards
Action | Description |
---|---|
Create a file or folder in OneDrive. |
|
Create an organization or anonymous sharing link for a drive item in OneDrive. |
|
Create and send a sharing link to recipients for a drive item in OneDrive. |
|
Make a custom, authenticated HTTP call to OneDrive. |
|
Delete the Permissions on an existing file or folder in OneDrive. |
|
Download a file by its ID from OneDrive. |
|
List the Permissions on an existing File or Folder in OneDrive. |
|
Move an existing file or folder using file or folder ID in OneDrive. |
|
Read an existing File or Folder using File or Folder ID in OneDrive. |
|
Search a file or folder by its name in OneDrive. |
|
Upload a file to OneDrive. |
Related topics
OneDrive connector