Redeem and use your Google coupon. Do not enter your credit card. (If you have not received an email with the link to redeem a coupon, please see CS 4750 Fall 2022 Collab's Announcement "Database server (and web server) options, and Google Cloud Platform coupon" on 31-Aug-2022)
This will prompt a screen allowing you to create a new project.
Enter your Project Name (e.g., cs4750db
),
be sure the Billing account is associated with
the Google coupon you redeemed. Then, click CREATE.
If you have previously created buckets or deploy web apps, you will see a list of your existing buckets similar to the following screen. Click the CREATE option.
cs4750db-demo
).
The bucket serves as your root folder; i.e., the main context directory
of your web app / website.
Click continue. You may need to click Choose where to store your data to expand the option.
Select Regional for Location type,
and select us-east4 for Location;
then click the Create button
cs4750db-demo
)
The folder structure should be consistent with how your web resources (html, css, js, images, media, data files) are organized.
To make your file(s) or page(s) publicly available, you need to set the bucket's permissions.
Do not export to cloud
Click Remove public acess prevention to make the bucket publicly available, then click Confirm
It should show that your bucket is not Public to internet.
If you want to grant access to any user, click the Grant Access option.
Assuming that your bucket has been made publicly available and you have uploaded some .html files.
On the Bucket details screen, locate your file, click a Copy URL link under Public access column.
Alternatively,
you may access your file (in this example, .html ) via a web browser.
Your URL will be similar to
https://storage.googleapis.com/your-bucket-name/yourfile.html
(for example,
https://storage.googleapis.com/cs4750db-f22/bootstrap-example.html