Problem acknowledged by Google : 
https://groups.google.com/forum/#!topic/google-appengine-downtime-notify/jWjCxoPOP8Y


On Monday, October 7, 2013 12:57:57 PM UTC+2, Kaan Soral wrote:
>
> all uploads I've tried failed with a 500 (21mb file)
>
> I've also checked whether it was an enctype or similar issue, but 99% it's 
> not
>
> Out of topic, I wasn't handling upload error cases, decided to switch to 
> https://github.com/blueimp/jQuery-File-Upload/wiki/Basic-plugin this just 
> to know the upload status, interestingly the demo system is also built on 
> appengine, might be a good time to improve the upload logic and catch the 
> 500 wave to handle it better :)
>
> On Monday, October 7, 2013 1:44:20 PM UTC+3, Youri op 't Roodt wrote:
>>
>> I'm experiencing errors too since this morning, none of the files I 
>> upload appear in the blobstore viewer. We upload hundreds of images per 
>> day, usually 3-5Mb each, haven't had any problems for a year. No code 
>> changes, seems like issues at Google.
>>
>> On Monday, October 7, 2013 11:59:14 AM UTC+2, Kaan Soral wrote:
>>>
>>> I'm currently trying to upload a 20mb file, it has failed once, a 500 
>>> error
>>> Generally all gcs errors are invisible 500 errors, you can't see them on 
>>> appengine logs
>>>
>>> Failed 2 out of 2 times :(
>>>
>>> On Monday, October 7, 2013 11:24:27 AM UTC+3, Francois Masurel wrote:
>>>>
>>>> Hi Barry,
>>>>
>>>> Thanx for answering.
>>>>
>>>> I'll give a try to your solution.
>>>>
>>>> Do you know if a Java library exists to do all the signing stuff ?
>>>>
>>>> Thanx again for your help.
>>>>
>>>> François
>>>>
>>>>
>>>> On Sunday, October 6, 2013 8:19:19 AM UTC+2, barryhunter wrote:
>>>>>
>>>>> You could perhaps just setup the Form to POST directly to GCS, rather 
>>>>> than using the blobstore supplied method? 
>>>>>
>>>>> https://developers.google.com/storage/docs/reference-methods#postobject
>>>>>
>>>>>
>>>>> On 4 October 2013 03:45, Francois Masurel <f.ma...@gmail.com> wrote:
>>>>>
>>>>>> Hi everybody,
>>>>>>
>>>>>> Is this kind of code still supported ?
>>>>>>
>>>>>> UploadOptions uploadOptions 
>>>>>> = UploadOptions.Builder.withGoogleStorageBucketName(BUCKET_NAME);
>>>>>> return 
>>>>>> BlobstoreServiceFactory.getBlobstoreService().createUploadUrl(callbackUrl,
>>>>>>  uploadOptions);
>>>>>>
>>>>>> There is absolutely no problem with small files < 1 MB, but it works 
>>>>>> only one on ten times when I try to upload a 50MB zip file.
>>>>>>
>>>>>> Le callbackUrl is never called even if the file seems to be uploading 
>>>>>> fine and we are redirected on a blank page.
>>>>>>
>>>>>> What am I doing wrong ?  Is there any other way to upload a file 
>>>>>> directly to GCS from the browser ?
>>>>>>
>>>>>> Thanx for your help.
>>>>>>
>>>>>> François
>>>>>>
>>>>>> -- 
>>>>>> You received this message because you are subscribed to the Google 
>>>>>> Groups "Google App Engine" group.
>>>>>> To unsubscribe from this group and stop receiving emails from it, 
>>>>>> send an email to google-appengi...@googlegroups.com.
>>>>>> To post to this group, send email to google-a...@googlegroups.com.
>>>>>> Visit this group at http://groups.google.com/group/google-appengine.
>>>>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>>>>
>>>>>
>>>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to