List available drives and types for Microsoft OneDrive

Description

Above "Drive Account Type" and "Drive ID" we must show dropdown list that must be populated on Access Token field change by calling:

+ Lists all available drives and their types for given Microsoft OneDrive credentials.
+
+ .. examples(websocket)::
+
+ :::javascript
+ {
+ "id" : "6841f242-840a-11e6-a437-00e04d680384" ,
+ "msg" : "method" ,
+ "method" : "cloudsync.onedrive_list_drives" ,
+ "params" : [{
+ "client_id" : "..." ,
+ "client_secret" : "",
+ "token" : "{...}" ,
+ }]
+ }
+
+ Returns
+
+ [{ "drive_type" : "PERSONAL" , "drive_id" : "6bb903a25ad65e46" }]

When user selects item, corresponding fields values are replaced.

If this method returns error, instead of dropdown we should show "Credentials are invalid" message

Competition Assessment

None

relates to

SmartDraw Connector

Katalon Manual Tests (BETA)

Activity

Show:

Timothy Moore II December 16, 2019 at 6:26 PM

Vladimir Vinogradenko October 18, 2019 at 1:45 PM

No, we don't (at least yet). Pass empty (or do not pass anything) if token was entered manually, otherwise pass ones acquired from oauth window.

Complete
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Components

Fix versions

Priority

More fields

Katalon Platform

Created October 17, 2019 at 12:32 PM
Updated July 1, 2022 at 4:43 PM
Resolved December 16, 2019 at 8:12 PM