cordova-plugin-camera
cordova-plugin-camera copied to clipboard
Android 10 video select path error still not fixed (even if it should?)
Bug Report
Problem
Wen trying to select a video from the gallery an error occurs saying the path is not found.
What is expected to happen?
The video gets loaded into the app
What does actually happen?
Error: Error copying file File: [cordova]/localhost/sdcard/DCIM/Camera/20220314_175211.mp4 to 'temp1'. The file or directory was not found (Cordova: NOT_FOUND_ERR).
Information
The problem is probably the same as in https://github.com/apache/cordova-plugin-camera/issues/573 because if I use that fork instead it works perfectly. The ticket is closed so I expected it to work.
Command or Code
Environment, Platform, Device
Samsung Galaxy S9
Version information
cordova-plugin-camera: 6.0.0 Android: 10
Checklist
- [x ] I searched for existing GitHub issues
- [x ] I updated all Cordova tooling to most recent version
- [x ] I included all the necessary information above