I have Blobstore uploads working for GWT, but now I need my Android app to upload to Blobstore. I saw this post which explains how to upload once I have the URL, but it does not show getting the URL: Using Google BlobStore with an Android application
My questions are:
- what URL do I send the get to?
- what is the syntax of the get for blobstore?
Thanks