shinydev
shinydev

Reputation: 769

Image hosting with public API, management console and autoresize, any recommendations?

I'm trying to find appropriate image hosting for my mobile app. I have been using flickr but it's not possible to proceed with it because due to (new?) terms and conditions I'm not allowed to upload images that do not produced by me.

I'm using the following flickr features:

I have been looking at:

Thank you in advance!

Upvotes: 2

Views: 3081

Answers (2)

stevesun21
stevesun21

Reputation: 1

I am not sure if you would like to have a self hosted image hosting service for your apps.

If yes, I would say check out ImageS3, https://github.com/images3/images3-play. An image hosting service run on top of Amazon S3 and it is like other image hosting service you have been looking at, the only different is that it is open source.

Upvotes: 0

shashankg77
shashankg77

Reputation: 2306

For your use, you can use Amazon S3. It is great and it just works perfectly!

A possible cheaper option is Google. Google docs now supports all file types, so you can load the images up to a Google docs folder, and share the folder for public access. The URL's are kind of long though. There are various options for resizing etc and it's Google so obviously their API is stable and perfect.

Google only charges USD5/year for 20GB. There is a full API for uploading photos, docs etc.

Upvotes: 1

Related Questions