
python - How to change django default files storage to cloudinary ...
Jun 21, 2025 · I am working on django project. It is working fine with local storage and decided to use cloudinary for media storage then for some reason the file storage is not changing to cloudinary …
Newest 'cloudinary' Questions - Stack Overflow
Sep 1, 2025 · I wanted to use Cloudinary's API to upload images from the client side for my project. This is an example from Cloudinary's docs to make signed requests from client side: Link to project.
reactjs - Download image from cloudinary url - Stack Overflow
Dec 20, 2020 · Learn how to download an image from a Cloudinary URL using ReactJS with guidance from Stack Overflow community experts.
How to upload and download document files (Excel, DOCX, PDF,...) to ...
Feb 26, 2025 · I am using Cloudinary to upload document files (like Excel, DOCX, PDF) in my Java Spring Boot application. However, when uploading, the returned URL does not allow downloading …
How to fix cloudinary error "Must supply api_key"
Oct 27, 2021 · However, when I try to upload files using Cloudinary I get the error "Must supply api_key". The Cloudinary API credentials are correctly supplied and provisioned as in the code below:
How do you set a file to be uploaded to a specific folder when using ...
Oct 13, 2020 · 4 By default, Cloudinary Active Storage service uploads to the root of the Cloudinary account. If you would like to upload files to a different base folder then you can configure that in the …
How to upload a PDF Document on Cloudinary - Stack Overflow
I am trying to upload a PDF document on Cloudinary through a node.js server. The current approach I am using is inadequate and doesn't work. I will appreciate if anyone can proffer a solution to this
java - Cloudinary asking for env variable I provided: A Cloudinary ...
Dec 15, 2024 · Cloudinary asking for env variable I provided: A Cloudinary Cloud name is required, please make sure NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME is set Asked 1 year ago Modified …
download images from cloudinary via api - Stack Overflow
Apr 4, 2023 · how can I download images from cloudinary ? I list my ressource then I create a zip file, and then ? I dont understand the process cloudinary.v2.api.resources() .then((res => { res.
How can I delete images from Cloudinary using multer-storage …
Aug 30, 2020 · I can successfully upload an image using the multer-storage-cloudinary package but I have not pieced together an implementation for how to destroy the image in cloudinary from my …