The appengine/image package works fine with images stored in Blobstore. However, what would be a good approach to resize images stored in Google Cloud Storage?
相关问题
- java.lang.NullPointerException at java.io.PrintWri
- Golang mongodb aggregation
- __call__() missing 1 required positional argument:
- How to flatten out a nested json structure in go
- how to install private repo using glide golang
相关文章
- Can I run a single test in a suite?
- Is there a size limit for HTTP response headers on
- How to check if a request was cancelled
- Is it possible to implement an interface with unex
- appcfg.py command not found
- How to access value of first index of array in Go
- Google app engine datastore string encoding proble
- Embedded Interface
You can use the same Image Service with the Google Cloud Storage, especially if you use Blobstore API for uploading images.
A sample code in Java:
In Go, you can use BlobKeyForFile function: