pycloudinary icon indicating copy to clipboard operation
pycloudinary copied to clipboard

Python package for cloudinary

Results 25 pycloudinary issues
Sort by recently updated
recently updated
newest added

Making a call to get transformations, some of them come back with spaces in the name like this: ``` {u'allowed_for_strict': False, u'name': u'fl_progressive,t_primary/t_t_primary@2x jpg.t_primary@2x jpg.display@2x', u'used': False}, ``` Now trying...

bug

Hi. I implemented django admin widget for `CloudinaryJsFileField` and `CloudinaryUnsignedJsFileField` fields, that can be easly used in model admin via `CloudinaryFieldsAdminMixin` and not requires any admin template change. Widget in...

The `CloudinaryField` is not a `FileField` which makes it harder to upload images with Django. Creating a custom storage backend is not that hard. See the [documentation](https://docs.djangoproject.com/en/1.7/howto/custom-file-storage/) for details.

enhancement

Is there a way to set the cloudinary url in flask config so that we don't have to define it as an env variable?

enhancement

doc says use CloudinaryJsFileField, and some instructions to set it up with a frontend template and a view. How do I do it with the django admin?

question

Error parsing server response (404) when function is called Behaviour - Functions are not working as expected Error screenshots or Stack Trace --------------------------------------------------------------------------- JSONDecodeError Traceback (most recent call last) [/usr/local/lib/python3.10/dist-packages/cloudinary/api_client/execute_request.py](https://localhost:8080/#)...

# Feature request for Cloudinary Python SDK Add a feature whereby users can validate file size before being uploaded. ## Explain your use case I want the cloudinary python sdk...

I'm having a hard time accessing the width and height of a cloudinary resource in django, as i can't find these in the CloudinaryResource instance. I am using Django Rest

# Feature request for Cloudinary Python SDK Add valid MyPy types as per [PEP-561](https://peps.python.org/pep-0561/) πŸ™ ## Explain your use case Type safety is good πŸŽ‰ ## Describe the problem you’re...