Is there any way to create a handler with signed urls in Google Cloud Storage with Google App Engine (Java)?
I can successfully upload files to buckets with signed URLs in my Android (Java) app but I have no current way of executing additional code server-side upon upload completion.
I have been messing around with the Blobstore API and by creating upload urls that are handled by a servlet in app engine but I can't seem to make it work inside my Cloud Endpoints App Engine project.
Also, signed urls seem favorable to me because I can set expiration times on them.