blazeauth
Reference

get_file_metadata

Read checksum, size and transfer stats for a protected file.

get_file_metadata

Fetch metadata for a file stored in Blazeauth.

  • Type: 11
  • Requires initialization: yes
  • Requires authorization: no

Request and response example

get_file_metadata
Fetch checksum, size and transfer stats for a protected file.

Response fields

FieldTypeMeaning
checksumstringStored checksum for the file.
sizeuint64File size in bytes.
transfer_countuint32Total transfers counter.
last_transferred_atint64 | nullUnix timestamp (UTC) of last transfer.
statusintResult status.

Common statuses

StatusMeaning
1ok
300file_not_found
305file_invalid_name
6internal_server_error

On this page