Cloudinary not uploading image and videos on android 13+

I checked out Kodular Fenix (v1.5D.0) Bug Tracker before creating a new topic

Describe your issue

On android 13+ READ_EXTERNAL_STORAGE permission is removed by android and replaced with Image and video. but when upload the image or videos on cloudinary then its still asking the READ_EXTERNAL_STORAGE permission.

Show your Blocks


blocks(11)

![The image shows a block-based programming script where clicking Button2 sets a label to ‘Loading’, requests permission to read external storage, and uploads media using a file name retrieved from the activity result URI.

blocks(19)

Android version

Android 13+

You missed this bug in the bug tracker..
See also for a workaround there

Taifun

I checked and confirmed that I didn’t miss it. The extension he provided is also giving an error, which you can see for yourself in his post.

No!! The extension works fine,

You’re using taifun file to convert Uri to path, that’s where it’s can’t work, (never seen it involved in situations like this)

Check out this though it’s unreadable

So if you want to upload it to your cloudinary use image1.picture as path not the uri

you forgot to read this and the next 2 posts

Taifun