Stay organized with collections
Save and categorize content based on your preferences.
The App Engine API for Cloud Storage Tools provides convenience methods
for serving image files:
CloudStorageTools.getImageServingUrl()
CloudStorageTools.deleteImageServingUrl()
One advantage of using this method to serve images over simply
making the files public is
the ability to resize and crop dynamically, without needing to store the
images in different sizes.
CloudStorageTools::getImageServingUrl
returns a serving URL for an image. If the image will be displayed within an
HTTPS page, set secure_url to True to avoid mixed-content warnings.
Notice that this URL is publicly readable by everyone, but it is not "guessable".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]