Cloudinary - Change folder (move image from a folder to another one)

Hello All,

I would like to move an image in a folder “ABC” to a folder “DEF”.
Could you please tell me which module I can use?

I tried the call API but I do not know how to set it up.

Thanks in advance

Welcome to the Make community!

According to this Cloudinary article,

Since folders are included in the image’s public ID, renaming it will move it from one folder to another. Renaming can be done via the Upload API’s rename call.

Can you find a Cloudinary module that renames an image?

3 Likes