[google-appengine] Re: Can anyone confirm or deny that round about 1st March, GoogleAppEngine trippled the length of Blobstore filenames from around 300 chars up to around 900 chars?

2013-03-05 Thread Kaan Soral
Can't confirm or deny but, I might be wrong, was there a 500 char StringProperty limit and could this cause any problems if the filename is stored in a StringProperty? On Tuesday, March 5, 2013 4:39:44 PM UTC+2, Andrew Bindon wrote: > > Can anyone confirm or deny that round about 1st March, Goog

[google-appengine] Re: Can anyone confirm or deny that round about 1st March, GoogleAppEngine trippled the length of Blobstore filenames from around 300 chars up to around 900 chars?

2013-03-06 Thread Ryan Huebsch
We've filed an issue https://code.google.com/p/googleappengine/issues/detail?id=8932 to track the issue and have begun investigating. On Tuesday, March 5, 2013 6:39:44 AM UTC-8, Andrew Bindon wrote: > > Can anyone confirm or deny that round about 1st March, GoogleAppEngine > trippled the length

[google-appengine] Re: Can anyone confirm or deny that round about 1st March, GoogleAppEngine trippled the length of Blobstore filenames from around 300 chars up to around 900 chars?

2013-03-07 Thread Doug Anderson
Can you also please fix issue 5236 since files.blobstore.create() still fails 1-2% of the time due to timeout (it hangs in google coded as explained in issue)? https://code.google.com/p/googleappengine/issues/detail?id=5236 On Tuesday, March 5, 2013 9:38:10 PM UTC-5, Ryan Huebsch wrote: > > We'v