I've got the Cloudinary URL of an image, I need to get the byte[]
of that image. How can I do this using the Cloudinary API?
Asked
Active
Viewed 204 times
0

intcreator
- 4,206
- 4
- 21
- 39

Diego Firpo
- 11
- 1
-
Did you try to read documentation? – Roman Marusyk Jan 26 '16 at 20:51
-
Yes... and i don´t see how to do this – Diego Firpo Jan 26 '16 at 20:54
1 Answers
0
Cloudinary image URLs are publicly available and therefore can be downloaded using a simple GET request probably by any programing language.
Cloudinary's GEM has such method implemented. You can use it or implement something similar on your own: https://github.com/cloudinary/cloudinary_gem/blob/master/lib/cloudinary/downloader.rb

Nadav Ofir
- 778
- 4
- 6