Search or scroll through everything
I made a django app to upload images to cloudinary. The upload works fine on localmachine, but when I uploaded my project to python anywhere, I started getting the folllowing error. { "status": "false", "error": "Unexpected error - MaxRetryError("TCPKeepAliveHTTPSConnectionPool(host='api.cloudinary.com', port=443): Max…
I'm using cloudinary as my default file storage for my django project. If I upload images from my application to cloudinary, I can get to view the uploaded image from the particular object's url. However, if I upload pdfs and I try viewing the uploaded pdf from application, I get the error "This page isn’t working If the…
I'm using cloudinaryfield to upload images and videos in my app. I need a way to get the width abd height of the images abd videos uploaded. I can't find any attribute on CloudinaryResource class that can help. And calling the api for the metadata makes my server slow and I get rate limited. Does cloudinaryfield store the…
I am designing a PGM that sends images to Cloudinary using Pythone SDKS. And I am designing a retry to handle errors, but the client is asking for a basis for the number of retries and retry time. So I would like to know the default value of Timeout of Cloudinary's UploadAPI as a reference value.
While trying to access a cloudinary URL for an SVG, the content length is not set on the first GET request. But subsequent requests has the header set. I process the asset based on content length further down which errors out in case the value is not set.
How do I allow users to upload images to my site by clicking the Upload button. ? I'm using python SDK. I'm working on a Django project. And when we click on download, it doesn't work. The browser returns an error message: "file not available on this site". How to fix this problem ?
Hi all, i'm implementing cloudinary as part of a project for a client, as part of that implementation I need to generate cuts of images on the fly which works fine when the image access control is set to public but as soon as the access control is set to restricted any URL I get from my function either 404's or 500's…
You need to be logged in to ask or answer questions. You can use your Cloudinary account, just click the "Sign In" button.