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

Cloudinary $.cloudinary.unsigned_upload_tag is not a function

I'm trying to do cloudinary unsigned uploads. I have the file tag in html, and now I'm trying to initialize it via JavaScript. However, I'm recieving wonderful errors, that state $.cloudinary.unsigned_upload_tag is not a function. Here's the…
Rando Hinn
  • 1,255
  • 19
  • 41
0
votes
1 answer

View cloudinary images/vid through android app

I have looked in so many places on a lead on how or if it is possible to view images uploaded to cloudinary, by a specific tag through Android studio app i am trying to build. I was able to implement the upload option by user, with adding a tag to…
madnomad10011
  • 341
  • 2
  • 6
  • 19
0
votes
1 answer

List images in Cloudinary account

I was able to get this link to work: https://API_KEY:API_SECRET@api.cloudinary.com/v1_1/CLOUD_NAME/resources/image/upload But it only shows me the first 10 images, not the entire thing. Any ideas why? Ref: How do I get a list of my images from…
Tyler
  • 13
  • 3
0
votes
1 answer

Cloudinary recal unsigned images url

i have some kind of issue implanting unsigned uploaded images url recal, the way it is mentioned in this page: http://cloudinary.com/documentation/java_image_upload does not go well with the method i used to upload unsigned unsigned : …
madnomad10011
  • 341
  • 2
  • 6
  • 19
0
votes
1 answer

Process `auto_orient` with Cloudinary upload

I had a regular file upload that I now changed to using Cloudinary. Upon upload I did the following to prevent orientation glitches when uploading images from a mobile device (See exif image rotation issue using carrierwave and rmagick to upload to…
Besi
  • 22,579
  • 24
  • 131
  • 223
0
votes
1 answer

Cloudinary Upload Fixed Image Height, Variable Width

I require all my image uploads to have a fixed height of 225px and fit in a 225x225 square. The width will vary based on the aspect ratio with a maximum of 225. The below doesn't allow for a flexible width and just makes every image…
Bxx
  • 1,615
  • 1
  • 17
  • 30
0
votes
0 answers

Cloudinary:Folder create while fetching remote images

My images are exist in s3Bucket and i am fetching remote images like s3Url = "http://s3amazon.com/dev/bucket/dev/25287/sample.jpg" cloudinary.url().transformation(new…
Prabjot Singh
  • 4,491
  • 8
  • 31
  • 51
0
votes
0 answers

How do I prevent one user from seeing/deleting another user's image in cloudinary/carrierwave/ckeditor/rails4?

In my rails (4.2.3) blog app, I use ckeditor to create the body of the post. I use carrierwave with cloudinary as my repository. The blog allows multiple users to log in and create posts. Here are the highlights of the code: # Gems gem 'ckeditor',…
Anand
  • 3,690
  • 4
  • 33
  • 64
0
votes
1 answer

Node JS, Formidable, Cloudinary Image Upload

I'm working on an application using Node JS, Formidable, and Cloudinary dependencies that lets users upload images to a Cloudinary database. Users will upload images from a multipart form, and I want the fields to become variables to be passed to…
wholeow
  • 1
  • 1
0
votes
3 answers

How can I change image without changing url?

I am uploading image directly in cloudinary and I got some url for that particular image. I pasted in angularjs(front end view) and everything is working.
user5503464
0
votes
1 answer

How to create a photo gallery with Cloudinary (and jQuery)?

I have developed a web application (jQuery) many years ago, which operated the Picasa Web Album galleries (PWA) where teachers can easily select their own pictures among those they wanted to integrate educational exercises for classes. Now Google…
André DLC
  • 261
  • 4
  • 11
0
votes
1 answer

Cloudinary creating a thumbnail on image upload

Cloudinary is generating a thumbnail for each image upload on their service. In fact, I found out that 1 uploaded image means: 1 resource image 1 derivative image 2 transformations I was wondering whether it was possible or not to disable the…
David
  • 2,603
  • 4
  • 18
  • 28
0
votes
1 answer

How to generate a url with Cloudinary Angular?

I am using Cloudinart on Angular and I want to generate a Cloudinary url. The image…
Sameer Sheikh
  • 499
  • 1
  • 6
  • 16
0
votes
2 answers

Upload image with ionic + cloudinary

I want to upload a picture from my device in a back-end storage. I think that more attractive to use cloudinary. But, I don't know how I use this framework with ionic. Can't you give me a easy example? I have add on my Utils.js the…
user3884677
  • 413
  • 5
  • 26
0
votes
1 answer

Uploading image to Cloudinary (Mean)

This question includes particulars to a framework, but I just have the general question on how to upload the photo file to an api. What is the actual part of the image that I submitting? What is the content of the photo? I am able to successfully…
anon
  • 2,143
  • 3
  • 25
  • 37