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

idsinteger[] required

The ids of the files to check

Response

OK

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

Result of the HTTP request

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.