Cloudinary

Last Updated On 2021-07-16

Version 1MinSDK 7Tutorial Video

Cloudinary component helps you upload your images and videos in cloudenary cloud storage


Properties

You can set the below properties in the UI part of the builder.

  • ApiKey - it's a string value which is set to api-key by default.
  • ApiSecret - it's a string value which is set to api-secret by default.
  • CloudName - it's a string value which is set to cloud-name by default.

Block Properties

You can set the below blocks properties in the blocks section of the builder.

ApiKey

API Key


ApiSecret

API Secret


CloudName

Cloud Name



Methods

You can set the below method blocks in the blocks section of the builder.

DeleteFile

Deletes file

InitializeSdk

Method for InitializeSdk

RandomPublicId

Get Random public id

RenameFile

Rename file

UploadFile

Upload file


Events

You can set the below event blocks in the blocks section of the builder.

UploadComplete

Invoked after upload complete

UploadFail

Invoked after upload failed

UploadProgress

Invoked after upload progress