I am trying to figure out a way to upload an image into Google Cloud Storage using Google App Engine.
I have checked:
Sending images to google cloud storage using google app engine
Upload images/video to google cloud storage using Google App Engine
They all show how to do it using the BlobStore API.
When I checked the BlobStore API:https://cloud.google.com/appengine/docs/python/blobstore/
They have a note to use Google Cloud Storage instead. What's the current status of BlobStore and will it be supported in the future?
I see an example for image upload: https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/appengine/standard/blobstore/main.py using BlobStore API.
Is there an example for Google Cloud Storage using Google App Engine?