Microsoft OneDrive is a cloud storage service that enables users to store, share, and access files securely from anywhere. It simplifies file management by providing secure cloud storage, seamless device syncing, and collaboration features for personal and professional use.
Integrating your application with Microsoft OneDrive revolutionizes file management, facilitating seamless collaboration, version control, and secure cloud storage.
Authentication
Before you begin, make sure you have the following information:
Connection Name
: Select a descriptive name for your connection, like "MyAppOneDriveIntegration". This helps in easily identifying the connection within your application or integration settings.Authentication Type
: Microsoft OneDrive supports OAuth authentication for integrations.
OAuth based Authentication
Login into the Microsoft Azure Portal by clicking here.
In the search Bar, search for
App Registration
and then Click onNew Registration
.Provide the Name and supported account types and register your app.
The Client ID refers to the Application(client) ID
Click on “
Add a credential or scope
” to generate the client secret. Ensure that you keep this safe as it allows access to your onedrive account.
Actions
Actions | Description |
| Adds permission to a file or folder in Microsoft OneDrive |
| Creates a folder in Microsoft OneDrive |
| Deletes a file or folder in Microsoft OneDrive |
| Downloads the contents of a file in Microsoft OneDrive |
| Fetches permissions for files and folders in Microsoft OneDrive |
| Fetches teams for a user by user ID |
| Retrieves file metadata in Microsoft OneDrive |
| Fetches details of a user by their email |
| Lists files and folders in Microsoft OneDrive |
| Removes permission for a file or folder in Microsoft OneDrive |
| Searches files in Microsoft OneDrive |
| Uploads a file from a URL to Microsoft OneDrive |
| Uploads a file via file content to Microsoft OneDrive |
Triggers
Triggers | Description |
| Triggers when a new file is created in the selected folder in Microsoft OneDrive |
| Triggers when a new folder is created in the selected folder in Microsoft OneDrive |
| Processes all events in the selected folder |
| Triggers when a file is uploaded or updated in the selected folder in Microsoft OneDrive |