30
Views
1
Comments
receiving permission error for unzipping from mobile file path

when I'm trying to unzip the file from mobile file path using this mobileUnzip forge component i get this following error message 

 "/storage/emulated/0/test/test/create/Images.zip: open failed: EACCES (Permission denied)"

even i have check and provided all the read and write permission using the file plugin and provided from the mobile as well I receive this error 

UserImage.jpg
Alexandre Yip

Hi g vimal jose,

I believe you need to grant on your phone write permissions for storage access to your outsystems application.


"To grant these permissions to an app, you can follow these steps:

  1. Open the Settings app on your Android device.
  2. Tap on "Apps & notifications" or "Apps."
  3. Find the app you want to grant permissions to and tap on it.
  4. Tap on "Permissions."
  5. Tap on the permissions you want to grant and switch the toggle to the "On" position.

Once you have granted the necessary permissions, the app should have access to the /storage/emulated/0/android/data directory."



regards,




 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.