Drive > Files > External import
Import OAuth2 app
Import files and folders from a third party app supporting OAuth2
post/2/drive/{drive_id}/imports/oauth
Path parameters
drive_idinteger required
Drive identifier
Request body
Example request
{
"application": "dropbox"
}Response
OK
Example response
{
"result": "success",
"data": [
{
"application": "dropbox",
"status": "canceled"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.