jamesmontemagno / MediaPlugin

Take & Pick Photos and Video Plugin for Xamarin and Windows
MIT License
712 stars 358 forks source link

FileNotFoundException occurred while upload the photo/video using xamarin forms android #929

Open Ksurendhar2 opened 3 years ago

Ksurendhar2 commented 3 years ago

We are using xamarin essentials for camera permission. To capture photo/video we are using crossmedia nuget. After capture saved in local path then going to upload the photo/video. While upload the photo/video, I am getting below error in app center

System.IO.FileNotFoundException: Could not find file "/storage/emulated/0/Android/data/myproj/files/Movies/myproj/VIDEO_20200729_114115.mp4"

How to resolve this error?

sarboz commented 1 year ago

Any updates? The same issue I'm faced