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

public_id is not defined Meteor+Cloudinary

I get the above error message for image upload function using Lepozepo: CLoudinary package and the following details. console.log shows successful upload and a file. I do not see an image appearing after the upload. The profile image is also not…
Thinkerer
  • 1,606
  • 6
  • 23
  • 43
0
votes
1 answer

How can I pass a string representation of an image to Cloudinary upload?

Is it possible to get an image from a client application (Angular using ng-file-upload) and pass this into a webApi controller to then upload to Cloudinary? Reading the docs it seems that the Cloudinary API expects to read the image directly from…
CheGuevarasBeret
  • 1,364
  • 2
  • 14
  • 33
0
votes
1 answer

carrierwave default image update without file select & upload

Many users have asked same question but I am stacked.. Rails : 4.2.5 Carrierwave Cloudinary I want to upload an avatar image as default when a user is created. class UsersController < ApplicationController after_action :set_default_avatar!,…
jessy wan
  • 1
  • 2
0
votes
1 answer

How to perform on the fly image transformations in iOS using Cloudinary

I am looking to perform image transformations using cloudinary on a web image url using the "fetch" type. I am looking to do something similar to the JAVA example for android here, but using Swift. How can I achieve this in Swift? Thanks!
Shivam Bhalla
  • 1,879
  • 5
  • 35
  • 63
0
votes
1 answer

restrict uploading file size greater than 20 mb [cloudinary api]

when i am trying to upload a video file to cloudinary and restrict the file size to 20mb it is not working properly. How to apply the condition for file size restriction ? Below is my javascript code and html code $(document).ready(function() { …
Gagan Sharma
  • 262
  • 1
  • 4
  • 21
0
votes
2 answers

Cloudinary jQuery File Upload - image not uploading after selection

I'm trying to test the Cloudinary Uploader (via jquery and PHP). I follow the instructions there: http://cloudinary.com/documentation/php_image_upload#direct_uploading_from_the_browser I'm interested to make it work as browser uploading (not server…
user3594130
  • 27
  • 1
  • 7
0
votes
1 answer

Proper React Native "file" for Cloudinary API image upload?

http://cloudinary.com/documentation/image_upload_api_reference#upload I tried the following: user picks from camera roll: { data: "/9j/4AAQSkZJRgABAQAASABIAAD/4QBYRXhpZg..." origURL:…
atkayla
  • 8,143
  • 17
  • 72
  • 132
0
votes
1 answer

Handing a response in a controller after segueing to another controller

I'm using Cloudinary to store images that the user uploads in my Swift 2 app. I have a question about the flow/architecture. Currently what I'm doing is that as soon as the user uploads the image, I send the image to Cloudinary, send the image id to…
Prabhu
  • 12,995
  • 33
  • 127
  • 210
0
votes
1 answer

How to show image from cloudinary in android?

I just want to show image from cloudinary in a imageView in android. I looked their documentations but I couldn't find how to show any image from cloudinary. In their github, they don't explain how to show images. Map config = new…
serkan stack
  • 155
  • 5
  • 15
0
votes
1 answer

Meteor Lepozepo Cloudinary Generate Signature

I am trying to upload an image in Meteor with the https://github.com/Lepozepo/cloudinary package. But I am not quite sure how to generate a url. Without it, I get a 401 error. Server Cloudinary.config({ cloud_name: 'sample', api_key:…
NicholasByDesign
  • 781
  • 1
  • 11
  • 33
0
votes
1 answer

How to fetch response of Cloudinary image using public_id or url

I have all images uploaded to my Cloudinary. I have List of all images in my database that are uploaded to Cloudinary. Somehow few images are deleted from Cloudinary. How can i check that this image is exist or not on Cloudinary? I have tried to…
Hitesh S
  • 460
  • 1
  • 5
  • 20
0
votes
1 answer

Cannot upload image Cloudinary - Android

I cannot upload a image of Android to Cloudinary, i dont know why, error when try to uploader. Dont make any message only Method threw 'java.io.IOException' exception. @Override public void onActivityResult(int requestCode, int resultCode,…
Eric Retamero
  • 51
  • 1
  • 5
0
votes
1 answer

Cloudinary $.cloudinary.unsigned_upload_tag response object not accessible

I have been using Cloudinary to upload images via their unsigned API. But a lot of the response text is inaccessible. I primarily need the file addition attached to the uploaded image name i.e. myImage_xJyk.jpg. I tried reparsing the json,…
NicholasByDesign
  • 781
  • 1
  • 11
  • 33
0
votes
1 answer

Cannot convert value of type

In my Project, I use Cloudinary, while I using the following function in Xcode 7.3 it's working fine But in Xcode 8 I got error. (Cannot convert value of type ([AnyHashable: Any]!,String!,Int!,AnyObject) -> () to expected argument type…
0
votes
1 answer

Cloudinary multiple image uploaded store in on database

I need to store multiple images uploaded on my database in different field in db. I upload all images and then through POST method I insert data on db. The first image works but second no. All field of images have name=image.
Fabio Krueger
  • 65
  • 1
  • 8