a914-gowtham/android-video-trimmer

i got error 'FileNotFoundException' when i want to upload trimmed video to firebase storage

Closed this issue · 1 comments

val actualUri = Uri.fromFile(File(videoUri.path))

Use like this before uploading video to server. "actualUri" is now final uri for uploading video.