Permiso WRITE_EXTERNAL_STORAGEno funciona

Buen día, al momento de crear mi proyecto hacer usoa de la camara para capturar una imagen y enviarla a un servidor web me aprece el error 908que indica que no se tienen permisos para WRITE_EXTERNAL_STORAGE que debo habilitarlo en la app, he intentando conceder los permisos cargando en el screen1 el bloque de solicitud de permisos y salen negados, que puedo hacer, ayuda porfavorCaptura de pantalla 2021-09-03 084751

1 Like

Post all relevant blocks ...

See also here:

I think you are using android 11. You can't grant android.permission.WRITE_EXTERNAL_STORAGE on android 11.
Also,

it is not about using an Android 11 device, it is about targeting Android 11, i.e. SDK30, and MIT App Inventor is targeting SDK30...

Target Android 11

If your app targets Android 11, both the WRITE_EXTERNAL_STORAGE permission and the WRITE_MEDIA_STORAGE privileged permission no longer provide any additional access.

@Julio_Cesar_Rodrigue do not ask for permissions and at the same time switch the screen...
we need to see more relevant blocks to understand, what is going on

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

1 Like