jjzjj

writeChannel

全部标签

java - Google App Engine 中 blobstore 对象的 1MB 配额限制?

我正在使用AppEngine(version1.4.3)directwritetheblobstore为了保存图像。当我尝试存储大于1MB的图像时,出现以下异常com.google.apphosting.api.ApiProxy$RequestTooLargeException:TherequesttoAPIcalldatastore_v3.Put()wastoolarge.我认为limitforeachobjectis2GB这是存储图片的Java代码privatevoidputInBlobStore(finalStringmimeType,finalbyte[]data)throws