How to set Cloudinary upload option

I saw somewhere this solution and it works for me:

actionOptions: {
        uploadStream: {
          folder: env("CLOUDINARY_FOLDER", ""),
        },
        delete: {},
}

The options expect uploadStream property and not upload.

6 Likes