For a ruby on rails twilio app, I simply need to upload an mp3 to a url that will automatically play when someone visits the url.
I tried using dropbox, but when a public link is created, it no longer automatically plays the mp3 file.
I am fine with using another file sharing service, etc. OR if there is an easy ruby API that will do this, that will work too.
Thanks for all of the help.
Jeff
I personally use Amazon S3 for this. You should have no problem finding a library to allow you to upload to S3.
The reason I use S3 is because it's super cheap for the amount I'm using it, and Twilio uses Amazon Web Services, so it may help with network latency, though I have no way to confirm that.