Store image to Blobstore from android client and retrieve blobkey and upload url to store in Datastore. - GAE
问题 In my Android application, I want to upload image to the Blobstore, then retrieve an Upload url and the image's Blobkey, so I can store the Blobkey in the DataStore. I've tried this code, but my image isn't uploading: Servlet (Return upload url) BlobstoreService blobstoreService = BlobstoreServiceFactory .getBlobstoreService(); public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException { UploadOptions uploadOptions = UploadOptions.Builder