When I pick an image using picker, I get READ_MEDIA_IMAGES has been denied

Hey @vknow360
When I pick an image using picker, I get READ_MEDIA_IMAGES has been denied on android 14
What's wrong

Please help me anyone?

Not related to SAF extension.

2 Likes

is it possible to save an image in gallery with this extension?

Is most likely requested by the Image component.

1 Like

Sorted that by adding that permission in the manifest by extension.
I need one more help from any of you.
When uploading image with imgtobbhost extension using imagepicker.selection the image uploads successfully but when I use uri returned by saf it doesnt upload

Yes, but you just use the ImagePicker and pick an image from any location and copy it to one of the Shared folders (/DCIM, Pictures,...).

:question:

@anke any idea

copyImageToShared.aia (31.4 KB)

I am asking this

Fixed it

:question:

:question:

Are you sure imgtobbhost extension supports uri for uploading?

Thanks everyone I solved the issue by converting uri to full path

?
Which issue?