Questions tagged [cloudinary]

Cloudinary is a cloud-based service offering features and APIs for uploading, storing, managing, and delivering media assets. When delivering assets, optimizations and other transformations can be applied to those assets based on options added to the delivery URLs

About Cloudinary

Cloudinary streamlines your entire image management pipeline. You can upload all your static and dynamic resources to the cloud. We provide a secure API for easily uploading images to Cloudinary. You can either use our HTTP API directly or through our client libraries. While uploading images you can transform them by changing their dimensions and format and you can also assign tags to them. Each uploaded resource is assigned a unique Public ID. You can manage all uploaded resources using Cloudinary Management Console and API.

Some of basic features :

  1. Upload images to a cloud-based storage.
  2. Tons of image manipulations & effects.
  3. PDFs, sprites, watermarks, social profile pictures.
  4. Fast CDN delivery for better user experience.
  5. Powerful dashboard, media library and reports.
  6. Comprehensive image management APIs.

Cloudinary's client libraries Available for following languages.

  1. PHP
  2. JAVA
  3. .NET
  4. Python
  5. Ruby
  6. Node-js
  7. jQuery
  8. Angular
  9. Android
  10. IOS
1596 questions
0
votes
1 answer

PHP Cloudinary Video output not working

I uploaded a video onto cloudinary and am trying to get it to show using any of Cloudinarys PHP functions, here is the code I tried:
Jordash
  • 2,926
  • 8
  • 38
  • 77
0
votes
0 answers

Upload image from android to django rest framework using google app engine + google cloud sql + cloudinary.

i have a regist form with their fields, but I can not upload an image from android to cloudinary, and save the url in google cloud sql. my android code: String senderPart =…
0
votes
0 answers

When one asset doesn't load, this should NOT interfere with other assets (all over CDN)

On a page, I have links to multiple assets via CDN and also am using Cloudinary to manipulate my image files. So in other words, the code looks like this: <%= cl_image_tag "Logo white.png" %> <%= stylesheet_link_tag 'https://something.css'…
james
  • 3,989
  • 8
  • 47
  • 102
0
votes
0 answers

Issue while requesting a file(image/pdf/excel sheet) from server and then pipe to res

Scenario: I have to send user file which is stored remotely in a server(cloudinary) to browser. I'm able to request an image from server and then pipe it to browser but it's not working for other files like pdf, excel sheet, etc. exports.fetchFile =…
dark_shadow
  • 3,503
  • 11
  • 56
  • 81
0
votes
0 answers

Nativescript with node js Cloudinary modules

I am trying to upload my images to Cloudinary using the Cloudinary's node.js module. The problem is that Cloudinary depends on "crypto" module that is present in node.js environment as a global property and in NativeScript, of course, it isn't. I…
luigi7up
  • 5,779
  • 2
  • 48
  • 58
0
votes
0 answers

How to upload an image to Cloudinary API with Swift using NSMutableURLRequest

I tried to upload an image from iPhone application developped in Swift to Cloudinary API using NSMutableURLRequest and POST method. The Cloudinary API response is : responseString = Optional(

Incomplete response received from…

Dorian Richard
  • 41
  • 1
  • 1
  • 5
0
votes
2 answers

KeystoneJS Cloudinary image upload

I am using the latest version of KeystoneJS and have a form working to add a record to the database. I'm having trouble getting image uploads to work. My model conatains: heroImage: { type: Types.CloudinaryImage, autoCleanup : true }, My form…
Darren
  • 10,182
  • 20
  • 95
  • 162
0
votes
1 answer

How to search for multiple tags?

I need search all images containing two tags (AND) with the API. I try using comma separated tags but does not work. ej. GET /resources/image/tags/tag1%2Ctag2
lascarayf
  • 3,423
  • 3
  • 19
  • 24
0
votes
1 answer

uploading image using ngf-resize in Cloudinary

Generating an image URL using ngf-resize in Cloudinary.
but response from Cloudinary returning different…
Sri Chatala
  • 177
  • 2
  • 10
0
votes
1 answer

Compile scss to scss and don't apply functions that are not defined

There's some ruby-on-rails project with a lot of scss files. Images stored in cloudinary.com cdn. Inside source scss files there's such construction: .test { background-image: cloudinary-url("somepic.png",$width:10,$height:10); } Then we try to…
Kasheftin
  • 7,509
  • 11
  • 41
  • 68
0
votes
4 answers

Storing media in Enterprise Application

Currently we use Oracle for storing images in the application. But we expect to see lot of images/videos in the application. We would like to move away from oracle to be able to shard easily and achieve high throughput. Any recommendations? Did…
0
votes
1 answer

Cloudinary upload widget - styling upload preview image (width and height)

Well, I'm try to customize the style of Cloudinary Upload Widget: http://cloudinary.com/documentation/upload_widget I want to apply the correct css for limit the image/canvas of the image preview during the progress. Try to upload an image on the…
user3594130
  • 27
  • 1
  • 7
0
votes
0 answers

Cloudinary not being recognized in Django

Hey I am trying to replace storing files to using cloudinary in my django app. I add the following into my models.py class RegisterUser(models.Model): user=models.OneToOneField(User,on_delete=models.CASCADE) biography =…
swedishfished
  • 389
  • 2
  • 12
0
votes
1 answer

TinyMCE Cloudinary Plugin not Displaying Properly

I have set up the Cloudinary TinyMCE Plugin and everything seems to be working properly, however, when they popup loads, the Cloudinary CMS screen doesn't resize to the popup. I'm wondering if someone can take a look at the plugin and let me know…
Jeff Thomas
  • 4,728
  • 11
  • 38
  • 57
0
votes
1 answer

Django: Migrations not recognizing cloudinary?

Hey I am trying to replace storing files to using cloudinary in my django app. I add image2 = CloudinaryField('image') to my models.py and run make migrations but nothing happens. Then when I run the server I get the error that image2 column does…
swedishfished
  • 389
  • 2
  • 12