Error while uploading a Photo from Photo Library using Cloudinary REST API

Hi!

I am uploading an image picked from the Photo Library component to my Cloudinary account using REST API, but I get an error, since Cloudinary doesn’t support “file:///” files. However it does support the uploading from a local path.

I hope that there is a way to doing that as the Media_DB upload block accepts the Photo parameter from the Photo Library, but I don’t want to use that.

My blocks:

The error message:

1 Like

I think I am getting this message as I am not using the SDK itself, but could you recommend some ways to convert the picked file to a format that can be uploaded?