Caique Nascimento dos Santos

Results 4 comments of Caique Nascimento dos Santos

I can't copy files from dcim to my directory within the app in this specific case even if I try to copy the file instead of moving it using cordova-plugin-file...

This is where the error occurs and I capture the video from media capture and pass it to the plugin file: ```` async criaEstruturaDiretoriosCopiaArquivo( new_path: string, path_file: string, file_name: string,...

I partially solved it by taking this file, generating a blob of it and using the file plugin to record it within my app

my solution was. Instead of copying or moving the file received by the video plugin from the device's camera folder. It was creating a blob of this file and writing...