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?
tatiang
November 10, 2022, 8:26pm
2
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:
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.
Thanks. I just don’t understand how to use the CURL and apply it, or Java, or whatever I need.
Riley Grigg
tatiang
November 10, 2022, 9:39pm
4
If you have a CURL command or url, post it here and someone can help you access it using Thunkable blocks.
Example CURL from documentation:
curl https://api.cloudinary.com/v1_1/<CLOUD_NAME>/image/upload -X POST --data 'file=<FILE>×tamp=<TIMESTAMP>&api_key=<API_KEY>&signature=<SIGNATURE>'
It looks like for my case I would use …/video/upload
tatiang
November 11, 2022, 8:35am
7
This topic looks promising:
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…
[2022-01-28 16.43.31]
[2022-01-28 16.45.58]
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, …
system
Closed
February 9, 2023, 8:35am
8
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.