im wondering if its possible to create a temporary serving url for files on google storage for developers.

i have a GAE app and i would like to serve bigger video files over google storage for develpers without 'straming' the files over my appengine app like here.

i would like to have a temporary seving url in my page which gets generated on request to avoid other pages to embed the videos. is that possible on on google storage? what is the best way to do this?

thx

link|improve this question

74% accept rate
1  
Why not use the App Engine blobstore? It's designed for exactly this. – Nick Johnson Dec 14 '10 at 23:59
will i be able to upload a blob of a few 100mb? isn't there a 30seconds limit on requests? or is this not affecting an upload to the blobstore? – aschmid00 Dec 15 '10 at 14:53
and what about streaming videos and offsets on those files? – aschmid00 Dec 15 '10 at 15:23
...just seen it would support that. are there some code snippets to check out somewhere? – aschmid00 Dec 15 '10 at 16:32
I am having the same question. If Google Storage cant do this, then I have to use Amazon s3 with Query String Authentication. – DocWiki Jul 1 '11 at 20:28
show 1 more comment
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.