Cloudinary: An extension to upload files to Cloudinary

Blocks are correct and there is no issue.

2 Likes

Hello.
What should I put in api key, cloud and secret key?

1 Like

You will get that from cloudinary dashboard.

2 Likes

Thank you! :slight_smile:

1 Like

Please Add Url Option. I mean Got Response & Url Block.

Did you try to check the response received from GotResponse event ?

MIT can redistribute this extension:

I, vknow360 aka Sunny Gupta, attest that I am the author of the Cloudinary extension , grant that the extension included in this project is free and that MIT has a non-exclusive irrevocable license to republish the extension as part of the project file for the purposes of the MIT App Inventor Appathon 2021.

Enjoy, and best wishes :+1:

7 Likes

How to retrieve the images stored to cloudinary via this extension

The gotResponse event provides the url when you upload an item to cloudinary. This has to be stored in the app, then use the web component to fetch the file.

1 Like

If I change the upload options in the extension, will the upload presets from the Cloudinary website be overwritten or applied again?

Do you want to update metadata?

No I want to upload images/videos to cloundinary with compression and crop it automatically. I used the upload presets you can set up in the Settings on Cloudinary. But if I change the upload Options on Upload with your Extensions would it change it twice or only once with your Extensions Options?

Hi,
I want delete a image from my cloudinary, but I don´t have the public Id.
Can anyone say to me, how I can build the public Id?
Tx

Are you using this extension?

Yes I use this extension

What response did you get from GotResponse event?

The response is "
successfully"

I ask of the field with the "???"

What I must write in this? The image paht?

Please check what extension you are actually using.
Because GotResponse event returns a dictionary and public id key-value is included in that.
If you aren't sure where you are doing wrong then you should show your blocks.Also print response on a label.