Hi Federico,

Quotas are divided into smaller time periods than just daily, to prevent a
single burst from exhausting an entire day's quota, and leaving your app
inaccessible for the remainder of the day. Does your app have particularly
bursty traffic to the Images API?

-Nick Johnson

On Tue, Jun 16, 2009 at 6:04 PM, Federico Builes
<federico.bui...@gmail.com>wrote:

>
> I'm getting a bunch of OverQuotaError when doing resizes on images,
> but when I check the quotas page I'm usually at 50-60/2592000. This
> has been bothering us constantly for 2-3 days now, any ideas on what
> might be wrong?
>
> The full trace is:
>
> The API call images.Transform() required more quota than is available.
> Traceback (most recent call last):
>  File "/base/python_lib/versions/1/google/appengine/ext/webapp/
> __init__.py", line 503, in __call__
>    handler.post(*groups)
>  File "/base/data/home/apps/garota-social/15.334160378372986192/app/
> controllers/candidate_photos.py", line 21, in post
>    candidate.set_album_photos(keys_for_album_photos)
>  File "/base/data/home/apps/garota-social/15.334160378372986192/app/
> helpers/candidate_helper.py", line 64, in set_album_photos
>    thumb = db.get(self.photos[-1]).create_thumb()
>  File "/base/data/home/apps/garota-social/15.334160378372986192/app/
> models/photo.py", line 19, in create_thumb
>    thumbnail = image.execute_transforms()
>  File "/base/python_lib/versions/1/google/appengine/api/images/
> __init__.py", line 490, in execute_transforms
>    response)
>  File "/base/python_lib/versions/1/google/appengine/api/
> apiproxy_stub_map.py", line 68, in MakeSyncCall
>    apiproxy.MakeSyncCall(service, call, request, response)
>  File "/base/python_lib/versions/1/google/appengine/api/
> apiproxy_stub_map.py", line 240, in MakeSyncCall
>    stub.MakeSyncCall(service, call, request, response)
>  File "/base/python_lib/versions/1/google/appengine/runtime/
> apiproxy.py", line 183, in MakeSyncCall
>    rpc.CheckSuccess()
>  File "/base/python_lib/versions/1/google/appengine/api/
> apiproxy_rpc.py", line 112, in CheckSuccess
>    raise self.exception
> OverQuotaError: The API call images.Transform() required more quota
> than is available.
>
> >
>


-- 
Nick Johnson, App Engine Developer Programs Engineer
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
368047

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to