1👍
✅
i noticed that you are reading the blob into memory and then sending it out. have you considered using a handler that sends directly from blobstore?
https://cloud.google.com/appengine/docs/python/blobstore/#Python_Serving_a_blob
Source:stackexchange.com