Microsoft OneDrive
Microsoft OneDrive is a cloud storage service provided by Microsoft for storing, accessing, and sharing files online.
Microsoft OneDrive is a cloud storage service provided by Microsoft for storing, accessing, and sharing files online.
Categories: File Storage
Type: microsoftOneDrive/v1
Connections
Version: 1
OAuth2 Authorization Code
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
clientId | Client Id | STRING | true | |
clientSecret | Client Secret | STRING | true | |
tenantId | Tenant Id | STRING | true |
Actions
Download File
Name: downloadFile
Download a file from your Microsoft OneDrive.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
parentId | Parent Folder ID | STRING | ID of the folder from which you want to download the file. | false |
id | File ID | STRING Depends OnparentId | ID of the file to download. | true |
Example JSON Structure
Output
Type: FILE_ENTRY
Properties
Name | Type | Description |
---|---|---|
extension | STRING | |
mimeType | STRING | |
name | STRING | |
url | STRING |
Output Example
List Files
Name: listFiles
List files in a OneDrive folder.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
parentId | Parent Folder ID | STRING | ID of the folder from which you want to list files. If no folder is specified, the root folder will be used. | false |
Example JSON Structure
Output
Type: ARRAY
Items Type: OBJECT
Properties
Name | Type | Description |
---|---|---|
id | STRING | |
name | STRING |
Output Example
List Folders
Name: listFolders
List folders in a OneDrive folder.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
parentId | Parent Folder ID | STRING | ID of the Folder from which you want to list folders. If no folder is specified, the root folder will be used. | false |
Example JSON Structure
Output
Type: ARRAY
Items Type: OBJECT
Properties
Name | Type | Description |
---|---|---|
id | STRING | |
name | STRING |
Output Example
Upload File
Name: uploadFile
Upload a file to your Microsoft OneDrive.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
parentId | Parent Folder ID | STRING | ID of the Folder where the file should be uploaded; if no folder is selected, the file will be uploaded in the root folder. | false |
file | File | FILE_ENTRY | File to upload. | true |
Example JSON Structure
Output
Type: OBJECT
Properties
Name | Type | Description |
---|---|---|
id | STRING | |
name | STRING |
Output Example
Triggers
New File
Name: newFile
Triggers when file is uploaded to folder.
Type: POLLING
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
parentId | Parent Folder ID | STRING | If no folder is specified, the root folder will be used. | false |
Output
Type: ARRAY
Items Type: OBJECT
Properties
Name | Type | Description |
---|---|---|
id | STRING | |
name | STRING |
JSON Example
Microsoft Excel
Microsoft Excel is a spreadsheet program used for organizing, analyzing, and visualizing data in tabular form.
Microsoft Outlook 365
Microsoft Outlook 365 is a comprehensive email and productivity platform that integrates email, calendar, contacts, and tasks to streamline communication and organization.