[google-appengine] Re: How to store image files from android app using mobile backend starter?

2014-05-09 Thread anshul goel
Hi I have already generated the client library and trying the get upload url like this: try { BlobEndpoint blobEndpoint = new BlobEndpoint(); String url = blobEndpoint.getUploadUrl(profileImages,images, PRIVATE).execute().getShortLivedUrl(); } catch (IOException

Re: [google-appengine] Re: How to store image files from android app using mobile backend starter?

2014-05-09 Thread Vinny P
On Sat, Apr 26, 2014 at 8:09 PM, anshul goel anshul.g...@gmail.com wrote: I have already generated the client library and trying the get upload url like this: try { BlobEndpoint blobEndpoint = new BlobEndpoint(); String url = blobEndpoint.getUploadUrl(profileImages,