breautek commented on issue #286:
URL: 
https://github.com/apache/cordova-plugin-media-capture/issues/286#issuecomment-1771725988

   > In new versions of Android 13, it is not possible to move video files to 
the application directory, as the plugin is returning videos from the path 
file:///storage/emulated/0/DCIM/Camera/
   
   To be clear, under scoped storage rules (which is effective since API 29) 
you wouldn't be able to move, but you should be able to copy it using the file 
plugin.
   
   Files recorded will be owned by the camera app rather than your own app, 
therefore all write operations via the filesystem is restricted which would 
include the move operation.
   
   v5 of this plugin should already request the `READ_MEDIA_VIDEO` permission 
so that the recorded video can be read.
   
   The plugin storing at `/storage/emulated/0/DCIM/Camera/` is nothing new, in 
fact it's not the plugin that decides this location by the underlying camera 
app.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to