You can use the Blobstore createUploadUrl function

https://developers.google.com/appengine/docs/java/blobstore/overview#Uploading_a_Blob


Checking the reference,
https://developers.google.com/appengine/docs/java/javadoc/com/google/appengine/api/blobstore/BlobstoreService

the second version of createUploadUrl, has a second parameter.


With the Options, can set a specific Google Storage bucket
https://developers.google.com/appengine/docs/java/javadoc/com/google/appengine/api/blobstore/UploadOptions



On Mon, Sep 24, 2012 at 12:51 PM, Mark <[email protected]> wrote:
> Dear all,
> I would like to know one thing related to the integration between GAE and
> Google Cloud Storage: is it possible to write a servlet, or a RPC (using
> GWT), that allows users to upload big file (e.g. 500MB) into Google Cloud
> Storage? What about the request duration limit (60s)?
>
> Thank you very much and best Regards,
> Mark.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/VCsvmI7Thh0J.
> 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?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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?hl=en.

Reply via email to