How long to blob urls served by the app engine remain valid?

蹲街弑〆低调 提交于 2019-12-07 06:36:36

问题


I was wondering if anyone knew how long image urls served back from the google app engine blob store remain valid for?

I have been tracking on url that i served an image from the blob store on 1/3/13 and its still there.

I am ask specifically so i can cache the image url instead of attempting to serve it repeatedly. If i did this i would still check if the image is there, but how often would i need to check that

thanks!


回答1:


They remain valid until either you

a. call delete_serving_url, or
b. delete the underling blob.



来源:https://stackoverflow.com/questions/14331245/how-long-to-blob-urls-served-by-the-app-engine-remain-valid

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!