nikage
nikage
I've got this error in android logs: ``` V/Capacitor/Http: Permission 'android.permission.WRITE_EXTERNAL_STORAGE' is granted E/Capacitor/Plugin: IO Error java.io.FileNotFoundException: /storage/emulated/0/Download/1640096041184_Calm.ogg: open failed: EACCES (Permission denied) at libcore.io.IoBridge.open(IoBridge.java:496) at java.io.FileOutputStream.(FileOutputStream.java:235) at com.getcapacitor.plugin.http.HttpRequestHandler.downloadFile(HttpRequestHandler.java:438) at...
> I've figured out that you can use "DOWNLOADS" as forlder on Android 11+ but on android 10 throws the above error. I've used this package https://github.com/agorapulse/capacitor-mediastore for Android 10...
> IO message if I use Directory.Downloads >> I've figured out that you can use "DOWNLOADS" as folder on Android 11+ but on android 10 throws the above error. "DOWNLOADS"...
> ``` > npm install --save-dev @types/[email protected] > ``` > > from #32 fixed the first errors. > But I think it would be good to update `type-definitions` to use...
@hetmanchuk will you check this out as well?
> This worked for me: https://stackoverflow.com/questions/64842819/cant-run-app-because-of-permission-in-macos-v11-big-sur/64895860#64895860 > > In particular, this command worked for me: sudo xattr -d -r com.apple.quarantine /Applications/YourAppName.app > > Also remember to open it using right...
@ANC1024GO The maintainer seem to suspend the development of this repo( see #379). If I get everything right so far, I see no macos support in the code. Maybe it...
@liujing1 @pq any updates so far? No pressure, just wondering...
@Bullets-jyr I had similar problem. What I've figured out is if something is wrong with your asset(invalid path/no acess rights/not listed in pubspec etc) it throws the deceiving error. I...