getChecksums

abstract fun getChecksums(fileId: Long): Call<Checksums>

Get Checksums of a remote file by its file id.

For more information, see the related documentation page.

Return

Checksums with the available checksums for file

See also


abstract fun getChecksums(filePath: String): Call<Checksums>

Get Checksums of a remote file by a given file filePath.

For more information, see the related documentation page.

Return

Checksums with the available checksums for file

See also