The BlobStore API is marked as 'superseded' also limited to Limits to 32 MB. The Google Cloud Storage is a vendor lock-in.
Is there a way to upload blobs with a 3rd part lib In Google App Engine (not flexible / managed-vms) for example JClouds
And how would one bypass the 60 Seconds request limit that causes DeadlineExceededException?
To enhance the question; Security is an issue, it would be preferably to run every request trough the application, so also blob uploads. Which makes the 60 seconds an issue. The seperate uploadUrl is an option, but i do not wish to use BlobStore or Cloud Storage, but is there a generic way to handle things like this in GAE?