Closed levinotik closed 3 years ago
Note that upload_resource
now uses upload_large
instead of upload
internally which may be the source of the issues.
Hi levinotik, Thanks for reaching out. I'm checking with our Dev team right now. I will keep you posted. Mo
Hi levinotik, Thanks for your patience. We've confirmed it's a bug and I've raised an internal ticket with high priority to fix it. I will keep you posted when it's fixed. Thanks, Mo
Any movement on this? Would be great to upgrade our dependency. As of now we cannot use cloudinary > 1.25.0
I'm checking internally and will update you the status once I get some insights.
Hi @levinotik , the issue should be fixed in: https://github.com/cloudinary/pycloudinary/releases/tag/1.28.0
Fantastic, thanks a lot!
Bug report for Cloudinary Python SDK
Before proceeding, please update to the latest version and test if the issue persists
Describe the bug in a sentence or two.
New regression in version 1.26.0. Using
cloudinary.uploader.upload_resource
results inSame code works fine when reverting to cloudinary 1.25.0 …
Issue Type (Can be multiple)
Steps to reproduce
Retrieve bytes of an image and then pass to
cloudinary.uploader.upload_resource
. Results inError screenshots or Stack Trace (if applicable)
…
Operating System
Environment and Frameworks (fill in the version numbers)
Repository
If possible, please provide a link to a reproducible repository that showcases the problem