Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@capacitor/filesystem downloadFile does not set execute permission #2214

Open
hugoj-goncalves opened this issue Oct 18, 2024 · 0 comments
Open

Comments

@hugoj-goncalves
Copy link

hugoj-goncalves commented Oct 18, 2024

Bug Report

Plugin(s)

@capacitor/filesystem 6.0.1

Capacitor Version

   Capacitor Doctor   

Latest Dependencies:

  @capacitor/cli: 6.1.2
  @capacitor/core: 6.1.2
  @capacitor/android: 6.1.2
  @capacitor/ios: 6.1.2

Installed Dependencies:

  @capacitor/ios: not installed
  @capacitor/cli: 6.1.2
  @capacitor/android: 6.1.2
  @capacitor/core: 6.1.2

[success] Android looking great! 👌

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants