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
This issue needs more information before it can be addressed.
In particular, the reporter needs to provide a minimal sample app that demonstrates the issue.
If no sample app is provided within 15 days, the issue will be closed.
may be because I was comparing with google-chrome download and it's a system app in the device
in the end I'm not sure if it's really a issue or just my lack of knowledge
I made my app request the necessary permissions and execute it after the download, which worked perfectly fine, some other apps can't execute the downloaded file but it is "good enough" for me already
if you still think it's valid to create a repo I can do it, but it's a simple download using a url and saving it to the /sdcard/Download folder in the device
check if the folder exists first, etc
Bug Report
Plugin(s)
@capacitor/filesystem 6.0.1
Capacitor Version
Platform(s)
Android 13
Current Behavior
execute permission not set
-rw-rw---- 1 u0_a153 media_rw 103608940 2024-10-17 15:33 filename.apk
Expected Behavior
set the execute permission
-rwxrwx--- 1 u0_a153 media_rw 103608940 2024-10-17 16:33 filename.apk
Code Reproduction
Just use the downloadFile method and try to download an apk file
The text was updated successfully, but these errors were encountered: