Drive > Files > File/Directory

Hash

Get file hash.

get/3/drive/{drive_id}/files/{file_id}/hash

Path parameters

drive_idinteger required

Drive identifier

file_idinteger required

File identifier

Response

OK

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

Result of the HTTP request

Example response

{
  "result": "success",
  "data": {
    "hash": "xxh3:00ec7bec63e548df",
    "chunk_size": 20971520
  }
}

Changes

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