Added PublicId optional parameter.
When a Cloudinary preset supports using client generated public ids and doesn't allow overriding files, sending 2 upload requests with the same payload won't duplicate assets.
Note: the Cloudinary disallow public id setting can only be edited via the admin API.
Prerequisites
Before using this action, ensure that your Cloudinary account is properly configured and that you have the required upload settings available:
Uploading Files
UploadImage_UnsignedPreset uploads image binary data directly to Cloudinary using an unsigned upload preset.
Inputs
Outputs
Notes
Setting up a progress bar
UploadImage_UnsignedPreset accepts an optional object input parameter that can be used to report upload progress.
To show that progress in your screen or block, follow these steps:
These names are examples only. You can use different names in your implementation.