Currently to upload blobs, the blob store service creates a unique one-
time URL that a user can post blobs to. My requirement is that I only
want authenticated / authorized users to post blobs in my application.
I can achieve this currently if the page that includes the multipart
form to upload blobs is in my application.

However, I am looking to providing a "REST API" for my users to upload
their blobs. While it is true that the one-time nature of the upload
URL mitigates the chances of rogue use but it's still possible.

I was wondering if the app engine team can consider a feature where
developers can register an upload listener. A standard servlet filter
could also potentially do the job. This will give us an opportunity to
authenticate / validate / decorate requests before the request gets
forwarded to the blob store service.

Thanks,
Keyur

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to