Overview
In this lab, you enhance the online Quiz application to work with images and videos. You store files as objects in a Cloud Storage bucket.
The Quiz application user interface now includes a file input button in the add question form, and the handler can receive image data in the server-side application.
You add the code that stores the uploaded file into Cloud Storage, make the object publicly available, and then store the object URL and other application data in Google Cloud Datastore.
Objectives
In this lab, you will learn how to perform the following tasks:
Create a Cloud Storage bucket.
Review file upload UI and code changes.
Write code to store uploaded file data into Cloud Storage.
#gcp #googlecloud #qwiklabs #learntoearn