Skip to main content
Skip table of contents

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.

image-20241231-055113.png

image-20241231-055148.png


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

  1. /me/drive/root:/<FOLDER-NAME>:/children

  2. /me/drive/root

Access files directly with path:

  1. /me/drives/<drive-id>/id/root:/<folder-path>/<File>
    Example: /me/drives/xxxxxxx/root:/folder/Excel315.xlsx

image-20240116-133613.png

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

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.