You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2021. It is now read-only.
Hello,
I'm sharing file from other apps to my cordova app.
When I share from explorer app, i've got the file uri such as : file:///sdcard/Audio/SoundRecorder/2019-03-04%2019-36-03.aac
but when I share from 3rd party app (whatsapp in my example), I don't receive a file uri : content://com.whatsapp.provider.media/item/100492 and then i got “column ‘_data’ does not exist”
this.filePath.resolveNativePath(receivedFile).then((rslt) => {
console.log('reslt');
}).catch((error) => { console.log("error", error) }); //error column '_data' does not exist