Submitted a new feature request for this:

http://code.google.com/p/googleappengine/issues/detail?id=3160

== Keyur

On Apr 26, 1:57 pm, keyurva <keyu...@gmail.com> wrote:
> 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 google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/google-appengine-java?hl=en.

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to