# How do you sort files by folder in Cloudinary?

**URL:** https://community.thunkable.com/t/how-do-you-sort-files-by-folder-in-cloudinary/2125535
**Category:** Questions about Thunkable X
**Created:** [November 10, 2022, 8:06pm UTC](https://community.thunkable.com/t/how-do-you-sort-files-by-folder-in-cloudinary/2125535 "2022-11-10T20:06:46Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![griggril000](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/griggril000/32/142351_2.png) [@griggril000](https://community.thunkable.com/u/griggril000)
#### Post date: [November 10, 2022, 8:06pm UTC](https://community.thunkable.com/t/how-do-you-sort-files-by-folder-in-cloudinary/2125535/1 "2022-11-10T20:06:46Z")

</div>

I’m just starting out on an app I want to make. It’s basically a social media and Messaging app centered around video sharing Instead of text messaging. I am a deaf studies major and I’m trying to make an app with the deaf in mind.

My struggle is trying to figure out how to sort uploads by folder. For example one user uploads a video and it is put in there folder. So far I have a basic button that I have gotten to work with video upload, but can’t sort it by folder using my app. How do I do that?

 ![20221110_125653](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/5/7/572348a74665fd00db67a72aa1b50df06a87062d.jpeg)

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [November 10, 2022, 8:26pm UTC](https://community.thunkable.com/t/how-do-you-sort-files-by-folder-in-cloudinary/2125535/2 "2022-11-10T20:26:49Z")

</div>

You will need to use the Cloudinary API for that. It’s not built in to Thunkable.

This documentation includes info about setting a path/folder:

> **[Programmatically Uploading Images, Videos, and Other Files | Cloudinary](https://cloudinary.com/documentation/upload_images)**
>
> Learn how to upload images, videos, and other files with only a line or two of code - with cloud storage, CDN delivery, optimization and post-upload effects.

---

<div class="post-metadata">

### Author: ![griggril000](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/griggril000/32/142351_2.png) [@griggril000](https://community.thunkable.com/u/griggril000)
#### Post date: [November 10, 2022, 8:47pm UTC](https://community.thunkable.com/t/how-do-you-sort-files-by-folder-in-cloudinary/2125535/3 "2022-11-10T20:47:58Z")

</div>

Thanks. I just don’t understand how to use the CURL and apply it, or Java, or whatever I need.

Riley Grigg

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [November 10, 2022, 9:39pm UTC](https://community.thunkable.com/t/how-do-you-sort-files-by-folder-in-cloudinary/2125535/4 "2022-11-10T21:39:15Z")

</div>

If you have a CURL command or url, post it here and someone can help you access it using Thunkable blocks.

---

<div class="post-metadata">

### Author: ![griggril000](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/griggril000/32/142351_2.png) [@griggril000](https://community.thunkable.com/u/griggril000)
#### Post date: [November 10, 2022, 10:00pm UTC](https://community.thunkable.com/t/how-do-you-sort-files-by-folder-in-cloudinary/2125535/5 "2022-11-10T22:00:12Z")

</div>

Will do. Thanks!

Riley Grigg

---

<div class="post-metadata">

### Author: ![griggril000](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/griggril000/32/142351_2.png) [@griggril000](https://community.thunkable.com/u/griggril000)
#### Post date: [November 11, 2022, 7:37am UTC](https://community.thunkable.com/t/how-do-you-sort-files-by-folder-in-cloudinary/2125535/6 "2022-11-11T07:37:02Z")

</div>

Example CURL from documentation:

`curl https://api.cloudinary.com/v1_1/<CLOUD_NAME>/image/upload -X POST --data 'file=<FILE>&timestamp=<TIMESTAMP>&api_key=<API_KEY>&signature=<SIGNATURE>'`

It looks like for my case I would use …/video/upload

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [November 11, 2022, 8:35am UTC](https://community.thunkable.com/t/how-do-you-sort-files-by-folder-in-cloudinary/2125535/7 "2022-11-11T08:35:19Z")

</div>

This topic looks promising:

> [@Upload images to Cloudinary using Web Api, only,](https://community.thunkable.com/t/upload-images-to-cloudinary-using-web-api-only/1701875):
>
> I was able to upload images to Cloudinary using the normal “file upload” component, but that didn’t much of control to choose my custom Public ID, for the images. is there any way to upload images to Cloudinary, and being able to control the Public ID am using this block of codes, but it gives me an undefined image… this is the screen which am trying to develop, in which am trying to point to the location on the map then record its information, …

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [February 9, 2023, 8:35am UTC](https://community.thunkable.com/t/how-do-you-sort-files-by-folder-in-cloudinary/2125535/8 "2023-02-09T08:35:21Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
