uploadUserImage

abstract suspend fun uploadUserImage(image: ByteArray, shipmentId: String, shipmentScanId: String, progressCallback: (String) -> Unit?): Result<ShipmentStorageEntry?>

Uploads an image as a JPG entry for a specific scan.

Return

The result of a successfully created storage object and entry, or the failure error.