OneDrive Connector v1.0
1. Prerequisites and Additional Steps, Developer Key
Log into OneDrive Portal with the correct credentials. OneDrive is the Microsoft cloud service that connects you to all your files. It lets you store and protect your files, share them with others, and get to them from anywhere on all your devices.


2. Connector Action & Tests
Action Name / Method | Get Items by Path (GET) | ||
---|---|---|---|
Action Description | Get items from OneDrive by providing complete path | ||
Test Case | Items are retrieved from specified path | ||
Request Body Name | Parameter | Type | Description (Example) |
| Itempath | String |
Access files directly with path:
|

Action Name / Method | Get files shared with me (GET) | ||
---|---|---|---|
Action Description | Get files shared with me (GET) | ||
Test Case |
| ||
Request Body Name | Parameter | Type | Description (Example) |
|
|
|

Action Name / Method | Search my OneDrive (GET) | ||
---|---|---|---|
Action Description | Search my OneDrive (GET) | ||
Test Case |
| ||
Request Body Name | Parameter | Type | Description (Example) |
| Select | String | text to search files |

Action Name / Method | Get files shared with me (GET) | ||
---|---|---|---|
Action Description | Get files shared with me (GET) | ||
Test Case |
| ||
Request Body Name | Parameter | Type | Description (Example) |
|
|
|

Action Name / Method | Upload simple file (PUT) | ||
---|---|---|---|
Action Description | Upload simple file (PUT) | ||
Test Case |
| ||
Request Body Name | Parameter | Type | Description (Example) |
| File Name | String | File name followed by the complete folder path on OneDrive e.g “Recordings/uploads/test3mb.mp4” |
| File | String | Complete file path e.g “d:/test3mb.mp4” |

3. Connection Settings and Configuration
