OneDrive is a file hosting service and synchronization service operated by Microsoft as part of its web version of Office.

Changelog

16 versions
v1.4.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Microsoft Graph (OneDrive) API.
v1.3.0
  • Added test() (Flow Test Mode) to the NewFile trigger.
v1.2.6
  • The authentication flow now displays an account selection screen.
v1.2.5
  • Connection can now be created with custom tenant. To see the option while creating the connection, in the Admin -> Connector Configuration add configuration 'appmixer:microsoft' and inside it, add item 'microsoftTenant' and set its value to true.
v1.2.4
  • Fix for possible connection with empty label.
v1.2.3
  • Improved download file in ExportFile component.
v1.2.1
  • Added `redirectUri` to OneDrivePicker component.
v1.2.0
  • Configurable redirectUri param for the OneDrivePicker.
v1.1.4
  • GetFile, ListFiles, CreateFolder, MoveOrCreateFolder: handle user's permissions for dynamic inputs (userId, groupId, siteId, driveId).
v1.1.3
  • Added new components and updated input fields.
v1.1.2
  • Added groups and updated components.
v1.1.1
  • Fix output types on the ListFiles component.
v1.1.0
  • Upgraded OneDrive SDK and added new components.
v1.0.3
  • NewFile uses lock in tick method to update its state.
v1.0.2
  • NewFile recreates webhook if webhook gets deleted in OneDrive.
  • NewFile uses locks to update its state.
  • NewFile uses lock in tick method to update its state.
v1.0.0
  • Initial version

Authentication

TypeDetails
OAuth 2
Scopes:
offline_access user.read

Triggers

1
New File icon

New File

This trigger fires every time there's a new file uploaded. It does not download the file! If you need the content of the file, use the ExportFile component.
Additional Scopes:
Files.ReadWrite.All

Actions

7
Create Folder icon

Create Folder

Create a folder in Microsoft OneDrive.
Additional Scopes:
Files.ReadWrite.All
Get File icon

Get File

Returns the details of a child in a folder.
Additional Scopes:
Files.Read.All
List Files icon

List Files

List files in Microsoft OneDrive.
Additional Scopes:
Files.Read.All
Export File icon

Export File

Export file from Microsoft OneDrive.
Additional Scopes:
Files.ReadWrite.All
Make Api Call icon

Make Api Call

Generic method for making API calls to a 3rd party service.
Additional Scopes:
Files.ReadWrite.All Sites.Read.All
Move File Or Folder icon

Move File Or Folder

Move/Rename a file or folder in Microsoft OneDrive.
Additional Scopes:
Files.Read.All
Upload File icon

Upload File

Upload file into Microsoft OneDrive.
Additional Scopes:
Files.ReadWrite.All