Drive > Files > External import

Import kDrive

Import the content of a kDrive

post/2/drive/{drive_id}/imports/kdrive

Path parameters

drive_idinteger required

Drive identifier

Request body

application_drive_idstring required

Id of the kDrive containing the content to import

directory_idinteger required

Destination directory identifier

source_pathstring

Path of the folder to import, if different from the root

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": [
    {
      "application": "dropbox",
      "status": "canceled"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.