I use GAE to host a PHP site, and there’s a file that’s been there about a year 
with no issues. It’s 32674472 bytes.

The file size limit, of course, is 32MB which is higher than that, assuming GAE 
defines a 1 MB = 1024 * 1024.

But I’m getting this error on deployment:

Details: [
  [
    {
      "@type": "type.googleapis.com/google.rpc.ResourceInfo",
      "description": "File 
https://storage.googleapis.com/staging.kaoncom-hr.appspot.com/1ced1565690281184e66ebd4fa0a666264a28249
 is too big (32674472 bytes). Max file size is 32000000 bytes.",
      "resourceName": 
"https://storage.googleapis.com/staging.kaoncom-hr.appspot.com/1ced1565690281184e66ebd4fa0a666264a28249";,
      "resourceType": "file"
    }
  ]
]

Looks like google has changed to counting MB the way disk drive people count 
them.

-Joshua

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/6936AD46-81F4-4548-8EAB-5C574DCA3BD5%40gmail.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengin... Joshua Smith

Reply via email to