Hi,

I read we we use cloud storage with mobile backend starter by creating url

// get a secure URL for uploading a private file
URL url = blobEndpoint.getUploadUrl("receipts",  
                             getReceiptFileName(),"PRIVATE")
                       .execute().getShortLivedUrl());


but example is lacking.
Could you please provide a simple example of uploading a simple image file 
to cloud store using mobile backend starter?
Thank you.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to