Ionic 3 Android 10 Filetransfer plugin error

open failed: ENOENT (No such file or directory)"}
java.io.FileNotFoundException: /storage/emulated/0/KLearn/Videos/V_G_2_2019_12_04_639_0.mp4_tmp: open failed: ENOENT (No such file or directory)
at libcore.io.IoBridge.open(IoBridge.java:496)
at java.io.FileOutputStream.(FileOutputStream.java:235)
at org.apache.cordova.CordovaResourceApi.openOutputStream(CordovaResourceApi.java:330)
at org.apache.cordova.CordovaResourceApi.openOutputStream(CordovaResourceApi.java:311)
at org.apache.cordova.filetransfer.FileTransfer$2.run(FileTransfer.java:811)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:919)
Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory)
at libcore.io.Linux.open(Native Method)
at libcore.io.ForwardingOs.open(ForwardingOs.java:167)
at libcore.io.BlockGuardOs.open(BlockGuardOs.java:252)
at libcore.io.ForwardingOs.open(ForwardingOs.java:167)

This error only on android 10 mobiles due to scoped storage I tried updating plugin but still error is there. How to resolve this issue.