How to set "READ_EXTERNAL_STORAGE" permission in kodular

i make one app for the school , now i want to display school’s event photo (photo save in google drive), i set permission also but it is decline automatic , any one have an idea how to solve this plese help me

Your android version?

This permission is different of higher end versions

1 Like

my phone’s android version is 15

please anyone have this solution , so please give me instruction how to solve this

:warning: Troubleshooting (Android 15 Issues)

  • Scoped Storage in Android 10+ and 15+:
    If you’re trying to access local files from Drive downloads, Android 15 might restrict access unless you use the Storage Access Framework or use only online links.
  • Avoid READ_EXTERNAL_STORAGE permission if only loading images from the internet (Drive links), as it’s not needed.
1 Like

Try this way the permissions

2 Likes

respected elder , i will save all our school events image in google drive , i want to just display all in our app by links , i set the block which is display in image , after this it is continue show error





If you want to display the image obtained from gdrive then why do you use permissions? No need of it. Permissions can ne used only to read from the internal storage. For lower end only external storage but for higher end it should be mass storage but in your case, no need of any permissions

1 Like

Don’t ask for that permission
it does not exist anymore for newer devices

Taifun

2 Likes

Thank You So much everyone , who give me attention , now it is show properly , thank you giving me an advise ,

(unrelated part removed)