Drive > Files > File/Directory
Hash
Get file hash.
get/2/drive/{drive_id}/files/{file_id}/hash
Path parameters
drive_idinteger required
Drive identifier
file_idinteger required
File identifier
Response
OK
Example response
{
"result": "success",
"data": {
"hash": "xxh3:00ec7bec63e548df"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.