Re: [google-appengine] How to initialise class Blobendpoint in mobile backend starter?

2014-03-25 Thread Vinny P
On Mon, Mar 24, 2014 at 8:35 PM, Kevin Fan wrote: > I read we can download file from cloud storage by getting url > > // get a secure URL for downloading a file > URL url = blobEndpoint.getDownloadUrl("receipts", > getReceiptFileName()) >.execu

[google-appengine] How to initialise class Blobendpoint in mobile backend starter?

2014-03-25 Thread Kevin Fan
Hi, I read we can download file from cloud storage by getting url // get a secure URL for downloading a file URL url = blobEndpoint.getDownloadUrl("receipts", getReceiptFileName()) .execute().getShortLivedUrl()); I assume blobEndpoint is from