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
0 answers

Coudinary_parse is not working with parse-server

I just successfully migrated my parse.com hosted app to parse-server based implementation hosted at heroku. I'm using cloudinary_parse module with parse cloud code to upload user's avatar pictures to cloudinary. Upon testing I found that the image…
user3404693
  • 555
  • 1
  • 8
  • 19
0
votes
1 answer

multiple image upload does'nt work with carrier wave in rails

I tried to uplaod multiple image in active_admin using carrierwave. so take a array field as per carrierwave documentation , and permit nested field , but after uploading multiple image i got an error. error: AdminUser Load (0.7ms) SELECT…
TheVinspro
  • 361
  • 1
  • 4
  • 17
0
votes
1 answer

unable to create use cloudinary in RestFulWeb service java project

Map config = new HashMap(); config.put("cloud_name", cloudName); config.put("api_key", apiKey); config.put("api_secret", apiSecret); System.out.print("cloudName:"+cloudName +" apiKey:"+apiKey+" …
0
votes
1 answer

Cloudinary intigration with azure mobile service

Hi I am trying to use cloudinary with azure mobile service, following from the link below: http://cloudinary.com/documentation/azure_integration In the last line of the documentation it says I can access cloudinary in my backend script from…
0
votes
1 answer

How to update only the cloudinary Image of a User model?

There is not code which demonstrate the update of clodinary Image. The code I have written below do update the Image but then I can not immediately use the FIll, or limit method of cloudinary Image. cloudinary.uploader.upload(req.files.icon.path,…
enRaiser
  • 2,606
  • 2
  • 21
  • 39
0
votes
1 answer

Initialize cloudinary_js v2 in Ember JS app

I'm trying to upload images to cloudinary from an EmberJS app (v2.6), following the post of Beerlington where it uses cloudinary_js (now with new API v2) and in order to install it : npm install blueimp-file-upload --save npm install…
figuedmundo
  • 375
  • 1
  • 4
  • 15
0
votes
0 answers

Meteor: Autoform-Cloudinary not getting cloud name / API key from settings

I'm using the Autoform-Cloudinary package on a clean new Meteor project. My code is exactly the same as the example code, with the template added to the end of the default "Welcome to Meteor" page. I have only added the following packages (nothing…
0
votes
2 answers

store and access image file paths when templating (from cloudinary or other service)

I’m using gulp and nunjucks to automate some basic email templating tasks. I have a chain of tasks which can be triggered when an image is added to the images folder e.g.: images compressed new image name and dimensions logged to json…
fivedoor
  • 389
  • 7
  • 24
0
votes
0 answers

Prawn PDF Splitting

I generate pdf's using prawn (and prawn-table) and I upload them to Cloudinary via Carrierwave. However, some of these reports can get large and they raise the error: Cloudinary::CarrierWave::UploadError: File size too large. From here, Cloudinary…
Ryan K
  • 3,985
  • 4
  • 39
  • 42
0
votes
1 answer

How to connect client side file input to server side cloudinary upload?

We are working on a cloudinary upload. We have two parts written, the cloudinary method on the server via the cloudinary npm package and another component on the client to grab the file from an input. When we're passing this file to the server, the…
Andreas Galster
  • 415
  • 4
  • 17
0
votes
2 answers

Carrierwave blocks attribute change?

I discovered this problem when implementing omniauth-facebook in my application. I could use the facebook graph hash to update the name of my user and their email, but not the photo attribute. When I try to change the photo (string) attribute of a…
Erik V
  • 375
  • 1
  • 4
  • 18
0
votes
1 answer

Twilio iOS iPhone MMS video thumbnail inconsistencies

Can't figure out why some videos have a thumbnail and others show an icon. I've tried sending to different iOS devices on different networks. I've tried sending all sorts of different videos with different settings. I've looked over all the metadata…
Adam Acosta
  • 13
  • 1
  • 6
0
votes
2 answers

How to integrate cloudinary with Meteor 1.3 and AngularJS?

I would like to integrate Cloudinary to my angular-meteor project. I got the following problems. I know there is an meteor package lepozepo:cloudinary for implementing cloudinary in meteor, but it do not support angularJS and it seem that the…
0
votes
1 answer

Cloudinary Error: "Missing required parameter - file" via REST API

I'm just getting started with Cloudinary, and I'm attempting to Uploading with a direct call to the API. Using the DHC REST Client (chrome extension), I put my request together per the instructions found here at Creating API authentication…
Chris Geirman
  • 9,474
  • 5
  • 37
  • 70
0
votes
1 answer

how to upload file from app using cloudinary

I have app made using app inventor. From there users selects image from phone. The app sends the file via POSTFILE method to a PHP file. The PHP file normally gets the file contents using: $data = php_compat_file_get_contents('php://input') But my…
user2899094
  • 491
  • 1
  • 4
  • 17