upload
abstract suspend fun upload(media: Media, progress: MutableStateFlow<FileTransferProgress?>? = null, timeout: Duration = Duration.INFINITE): Result<UploadMedia.Response>
See also
abstract suspend fun upload(serverName: String, mediaId: String, media: Media, progress: MutableStateFlow<FileTransferProgress?>? = null, timeout: Duration = Duration.INFINITE): Result<Unit>