hello I had the same problem, the error 908 WRITE_EXTERNAL_STORAGE permission is denied appears in my app.
I has tried to fix it using the "call screen1 ask for permission WRITE_EXTERNAL_STORAGE, but the same error is appearing.
I had used 2 extensions: All file permission extension and STORAGE ACCESS extension both without success.
My app just take some images that are saved in the app ADS folder and the app tryed to upload them to my server using FTP, days ago it works without problem, but now I don´t know why the write error is appearing and I really need to fix it.
which Android version are you using for your tests?
It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.
To get an image of your blocks, right click in the Blocks Editor and select “Download Blocks as Image”. You might want to use an image editor to crop etc. if required. Then post it here in the community.
your blocks do not make sense…
from the extension thread
Here is a small extension that declares the following permissions on Android 13+ in the Manifest:
READ_MEDIA_IMAGES
READ_MEDIA_VIDEO
READ_MEDIA_AUDIO
and up to Android 12:
READ_EXTERNAL_STORAGE
Since targetSdkVersion = 33, these new storage permissions are required and requested from Android 13. READ_EXTERNAL_STORAGE no longer exists on Android 13+.
just because the app is trigger the error 908_WRITE_EXTERNAL_STORAGE that’s why I had tried to solve this error using those blocks, but the problem persists. and because of that i had tried to use the bodymindpower extension, but this didnt solve the problem neither.
I undestand that kodular has a bug, do you know a solution for this error 908_WRITE_EXTERNAL_STORAGE or what can I do to avoid it? but I still need to upload images and pdf files