Hi I want to make like an announcements section in my app that I am making for my school. Some of the announcements may include images or flyers. How do I add this functionality - to add images to the app one it is already published? I know about cloudinary just don’t know how to do it.
Hi @jake-cohen, you can learn more about uploading files to Cloudinary here in this video tutorial. If you are wanting to use the files uploaded to cloudinary in your project, you can use the URL from Cloudinary.
Ok but my point is that I will be uploading a lot of pictures to Cloudinary from Cloudinary not from thinkable. I don’t want to manually re publish/update the app like from the App Store every time I add a new picture. I just want every picture to show. Think of it like a Google sheet data source being used in a data viewer. If there is an easier way to do this like not in Cloudinary let me know please.
This is possible. You could use a data source like Google Sheets and have the URLs for each image in one of the columns. If you are creating a data viewer, the image in there can be populated with the image URL.
how do i add a URL for an image to google sheets? i can only figure out how to add the image and that doesn’t show in thinkable - I am on a mac and the images will be from finder
That is where you would need to upload the images from your computer to Cloudinary. The data source would need a specific URL that ends in the file extension of the image (.jpg, .png, etc.)