# \[Solved\] How to get images from Cloudinary

**URL:** https://community.thunkable.com/t/solved-how-to-get-images-from-cloudinary/313846
**Category:** Questions about Thunkable X
**Tags:** solved
**Created:** [November 11, 2019, 2:14pm UTC](https://community.thunkable.com/t/solved-how-to-get-images-from-cloudinary/313846 "2019-11-11T14:14:21Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![nickolas](https://avatars.discourse-cdn.com/v4/letter/n/5e9695/32.png) [@nickolas](https://community.thunkable.com/u/nickolas)
#### Post date: [November 11, 2019, 2:14pm UTC](https://community.thunkable.com/t/solved-how-to-get-images-from-cloudinary/313846/1 "2019-11-11T14:14:21Z")

</div>

I’ve struggled in uploading the files but managed to do it but now, I’m not being able to get the images that I uploaded. I think with Web API its possible but how?.

---

<div class="post-metadata">

### Author: ![kartik14](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kartik14/32/44782_2.png) [@kartik14](https://community.thunkable.com/u/kartik14)
#### Post date: [November 11, 2019, 2:17pm UTC](https://community.thunkable.com/t/solved-how-to-get-images-from-cloudinary/313846/2 "2019-11-11T14:17:07Z")

</div>

Hi, @nickolas! 👋

When you drag out a **`mediaDB upload`** block, you get a response of MediaURL.  
You need to store the mediaURL in somewhere like Airtable.

Later, when you set an image’s picture ti that URL from Airtable, you get your image.

Thanks! 😊

---

<div class="post-metadata">

### Author: ![nickolas](https://avatars.discourse-cdn.com/v4/letter/n/5e9695/32.png) [@nickolas](https://community.thunkable.com/u/nickolas)
#### Post date: [November 11, 2019, 2:25pm UTC](https://community.thunkable.com/t/solved-how-to-get-images-from-cloudinary/313846/3 "2019-11-11T14:25:22Z")

</div>

I’m trying to, my app uploads images but when it comes to storing it in Spreedsheet the app crashes.

---

<div class="post-metadata">

### Author: ![kartik14](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kartik14/32/44782_2.png) [@kartik14](https://community.thunkable.com/u/kartik14)
#### Post date: [November 11, 2019, 2:27pm UTC](https://community.thunkable.com/t/solved-how-to-get-images-from-cloudinary/313846/4 "2019-11-11T14:27:39Z")

</div>

I answered a same problem a few weeks ago -

> [@\[Sovled\] App keeps restarting after submitting to airtable?](http://community.thunkable.com/t/app-keeps-restarting-after-submitting-to-airtable/248017/2):
>
> Hi, @terryneedsleep! wave It happens to me a lot times sweat_smile Anyways, try checking the following - The Airtable column names and your objectNames ( [image] ) are same. Check if any Column is left adding in the object - Like you have a column named phone no. and you have not added it in the object. The API Key, BaseID & TableName are all correct. Note: If you have a column First Name in Airtable, and you have written First name in the object, this could be the main and the onl…

Hope it helps you! 😊

---

<div class="post-metadata">

### Author: ![nickolas](https://avatars.discourse-cdn.com/v4/letter/n/5e9695/32.png) [@nickolas](https://community.thunkable.com/u/nickolas)
#### Post date: [November 11, 2019, 2:29pm UTC](https://community.thunkable.com/t/solved-how-to-get-images-from-cloudinary/313846/5 "2019-11-11T14:29:21Z")

</div>

Do I have to use join?  
 ![erro](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/f/5/f5170966033a53e2b7a5718bfaff30c9e94ad1b3.png)

---

<div class="post-metadata">

### Author: ![nickolas](https://avatars.discourse-cdn.com/v4/letter/n/5e9695/32.png) [@nickolas](https://community.thunkable.com/u/nickolas)
#### Post date: [November 11, 2019, 2:29pm UTC](https://community.thunkable.com/t/solved-how-to-get-images-from-cloudinary/313846/6 "2019-11-11T14:29:39Z")

</div>

I’ll have a look, many thanks.

---

<div class="post-metadata">

### Author: ![kartik14](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kartik14/32/44782_2.png) [@kartik14](https://community.thunkable.com/u/kartik14)
#### Post date: [November 11, 2019, 2:35pm UTC](https://community.thunkable.com/t/solved-how-to-get-images-from-cloudinary/313846/7 "2019-11-11T14:35:01Z")

</div>

> ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/6/d/6d85d9cb259a19f80bcd30ee17d4f10a9a3ebce8.png)  
> This wont work - CreateRow needs a object as an input.

Try this -

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/f/0/f0066683d649c403d5a0004fe6c2edcc8e40b373.png)

Thanks! 😊

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:08pm UTC](https://community.thunkable.com/t/solved-how-to-get-images-from-cloudinary/313846/9 "2024-11-08T12:08:20Z")

</div>


