I am developing an app that will take a photo and upload it to the cloud and return a url link where the file is located, so I can send the url link to users via my own sms program.
I am looking for a simple file sharing program to use with a Java Api to use.
Here is link to a few: http://alternativeto.net/software/4shared/?platform=android
I was thinking of using cx.com but does not have java api.
The second choice is sugarsynch.
I would like some input.
Since you’re working on Android I seriously recommend using Google Drive with the recently released Google Drive SDK: https://developers.google.com/drive/ .
All of your users will already have a Drive account with their Google account so your users won’t need to sign up for a filesharing service to use your app.