Andrey
Andrey
1. Updated from 1.0.1 to 1.2.0. 2. Made following config: ``` val convertingFile = File(ContextCompat.getExternalFilesDirs(context, null), video.mp4) convertingFile.createNewFile() storageConfiguration = StorageConfiguration( saveAt =convertingFile.path, isExternal = false, ), ``` 3. Removed...
@alallema Do you mean don't use Kotlin and use Java?
Just tried pure Java calls - have same error.
Thanks a lot for fixing this. Just tested few times and got empty file in onSuccess.
@AbedElazizShe Configuration: ``` uris = listOf(Uri.fromFile(tmpFile)), configureWith = Configuration( quality = VideoQuality.HIGH, isMinBitrateCheckEnabled = true, ), appSpecificStorageConfiguration = AppSpecificStorageConfiguration( videoName = convertingFile.name, subFolderName = convertingFile.parent ), ``` Logs: ``` 18:19:33.065...