I would like to know if it is possible to change dynamic image service root path instead of accessing image like this http://your_app_id.appspot.com/randomStringImageId i would like to access it by http://your_app_id.appspot.com/i/randomStringImageId.
问问题
38 次
1 回答
1
我相信这只是一个例子。由 get_serving_url() 创建的实际 url 从 google 的域之一运行,它们看起来更像:
不,你不能修改它们。
但是,您可以在http://your_app_id.appspot.com/i/编写自己的处理程序,以将请求重定向到实际的图像 URL。
于 2013-11-15T19:06:56.663 回答