I\'m working on a simple multimedia messaging app for Android, and I was trying to use Google AppEngine\'s BlobStore as my cloud storage for the various image, video, and au
for Java
BlobstoreService blobstoreService = BlobstoreServiceFactory.getBlobstoreService(); String action_POST_URL= blobstoreService.createUploadUrl(redirect_URL);