Drive > Files
Check file's existence
Check if some files ids still exists in the drive
post/2/drive/{drive_id}/files/exists
Path parameters
drive_idinteger required
Drive identifier
Request body
Response
OK
Example response
{
"result": "success",
"data": [
{
"id": 1000,
"message": "error_already_exist"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.