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

Why it shows error after uploading photo in rails app after I changed the storage to cloudinary with carrierwave?

I have recently changed the cloud storage of image to cloudinary integrated with carrierrwave in my Rails app. It perfectly works but the problem is that it shows error that the photo is blank after uploading image. Even though it is showing error,…
Achyut
  • 703
  • 9
  • 19
0
votes
1 answer

Configuring direct uploads with cloudinary

I'm trying the following: https://jsfiddle.net/zgaxy70t/1/ However it looks like the settings aren't being honored. How can I configure max file size, max # files, and file types within my call to…
BLAZORLOVER
  • 1,971
  • 2
  • 17
  • 27
0
votes
2 answers

django - use cloudinary only for image manipulation and save the image to local project folder?

is there an option to do some image cropping in cloudinary and save it in local project folder. transformations like detect face and save as profile image. is there any other plugins for the same?
Rahul
  • 141
  • 3
  • 16
0
votes
1 answer

cloudinary javascript image uploads a blank file

i am using javascript to upload an image using the unsigned mode. the resultant image is a blank image or i can say an image filled with black color. not sure what is wrong. the code looks like follow: var xhttp = new…
Vik
  • 8,721
  • 27
  • 83
  • 168
0
votes
1 answer

ES6 Getter returning empty object

I have created a method that grabs the image data based on another method. As you can see the uploadAvatar() method stores the object back from Cloudinary into a constructor object this._userImage;. Then my getUserImage() method should return the…
Ethan
  • 113
  • 1
  • 9
0
votes
1 answer

Image object can only be logged to the console

I am trying to store the image object in a constructor variable but it comes up undefined, at the moment I can only log the object to the result. I am trying to get the object data from the class method getUserImage(); but when I try storing the…
Ethan
  • 113
  • 1
  • 9
0
votes
0 answers

Error in attachinary gem

After setting all the items according to the documentation, I'm getting this error when I try to run the server: /gems/ruby-2.3.3@r426/gems/activerecord-4.2.6/lib/active_record/dynamic_matchers.rb:26:in method_missing': undefined…
Fernando Aureliano
  • 894
  • 12
  • 35
0
votes
2 answers

How to make accesible a variable inside a thread?

Here is my problem, the user needs to upload a profile image, but I can't run the application without getting any error, in the logcat I get the NetworkOnMainThreadException so tried to solve it implementing a thread but now the variable can't be…
Phantom_strike
  • 149
  • 2
  • 10
0
votes
1 answer

How do I add uptional parameters to cloudinary_fileupload() in jquery?

I have read to documentation on how to add optional parameters to cloudinary's jquery function that is used to directly upload to the cloud. It the photo is uploaded to the cloud correctly, however I want to pass to the cloudinary_fileupload…
Max Larrain
  • 77
  • 1
  • 8
0
votes
1 answer

blank=True not working on CloudinaryField()

I am sure this is something simple that I am missing. But I am setting up and image sharing site and I am using cloudinary to directly upload images to the cloud. I have the CloudinaryField field in my models.py like this image =…
Max Larrain
  • 77
  • 1
  • 8
0
votes
1 answer

Youtube and ClouDinary

I am thinking to use youtube to store several videos that are private, and I will show them in my app too. And what about ClouDinary Or Vimeo are they good options? Just want not to be surprised after. thanks
apaternina
  • 381
  • 5
  • 14
0
votes
1 answer

upload image to cloudinary and save only the url in database

I want to create a photo gallery in Rails displaying the photos from Cloudinary. How to save the urls in the database to display them, or is there any other option to do it without saving the urls? Many Thanks, Imre
gerazoli
  • 39
  • 8
0
votes
1 answer

Why services need an application ID, API key and API secret?

I am trying to understand why services (like - but not limited to - Cloudinary) need an Application ID, API Key and an API Secret: cloudinary.config({ cloud_name: 'sample', // basically an application ID api_key: 'XXXX', api_secret: 'XXXX'…
0
votes
1 answer

How do I convert the following remote URL to a base64 safe URL with C#?

I want to fetch remote images and do some image transformation specifically an overlay over an image with cloudinary. But cloudinary only supports 64base safe urls to overlay images. Lets say I have this following remote image…
BeanMRCode
  • 61
  • 3
  • 9
0
votes
2 answers

Adding Cloudinary Pod in iOS Objective C

I'm using Cocoapods for installing 3rd Party Frameworks. My project is in Objective-C Code. I'm using around 10+ Pod frameworks with Cocoapods. But now I couldn't install Cloudinary in my Project. This is what i have given in my Podfile: pod…
Balaji Ramakrishnan
  • 1,909
  • 11
  • 22