If I'm not mistaken Blobstore single call limit is 32M. You could try Cloud Storage upload HTML form<https://developers.google.com/storage/docs/reference-methods#postobject> or Google Drive as alternatives.
On Thu, Oct 4, 2012 at 6:15 PM, Alejandro J Gómez López < [email protected]> wrote: > Thx for answering. > > Of course i upload to the generated url, and all goes good with small files. > But, when i try with a big file (1,5G for example) after some minutes throw > this error. > > Im desesperated. thx. > > El jueves, 4 de octubre de 2012 03:47:02 UTC+2, Stuart Langley escribió: >> >> you need to upload to the URL generated by calling >> blobstore.create_upload_url >> >> On Thursday, 4 October 2012 09:25:26 UTC+10, Alejandro J Gómez López >> wrote: >>> >>> Im'm trying to upload big files to blobstore using curl. >>> >>> Sample: >>> curl -F [email protected] http://id.appspot.com/upload_url/ >>> >>> But always throw me this error (502 error). >>> >>> <p><b>502.</b> <ins>Thatâs an error.</ins> >>> <p>The server encountered a temporary error and could not complete your >>> request.<p>Please try again in 30 seconds. <ins>Thatâs all we know.</ins> >>> >>> I don't know wat to do :( >>> >>> thx in advance for the help :) > > -- > 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/-/DXWom9YAw_cJ. > > 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.
