Can't resize image from sd card

I’m tried to to resize image resolution from sdcard with taifun image extention, I tried in different phone device, but the result image can’t resize on Samsung phone with os android 10 with the information error permission denied
I have put block for READ_EXTERNAL_STORAGE but it doesn’t work

@muhammad_ilham_fidatama Welcome to Kodular community.
Can you give more information like posting blocks someone will help you.

Where are the images stored?

You need WRITE_EXTERNAL_STORAGE permission for that, if the images are in the external storage.
You can’t shrink files in the assets.” → See the description: App Inventor Extensions: Image | Pura Vida Apps


this is my blocks
on testing from project kodular it’s no problem, but when I export to apk and installed to same phone devices, I got permission denied like this

on SD Card Memory (memory external)

Read this: