image - Google App Engine : Wrong Serving Url -
i have created google app engine project it's possible upload photos. uploading part working fine , photos uploaded in proper size. when try getting images.get_serving_url , returns me serving_url appended lh3.googleusercontent.com according googleappengine documentation must return serving_url lh3.gghpt.com . also, problem comes photos on serving_url 4-6 times smaller uploaded ones , when view in googleappengine console, photos have same size uploaded ones. don't know why googleappengine not returning actual sized images.
try specifying size=0 in images.get_serving_url method call. eg. images.get_serving_url(blob_key, size=0)
Comments
Post a Comment