Is there a way to access related web pages hosted on Google storage, linked by relative links, with a browser via https://storage.cloud.google.com/yourbucket/yourwebpage.html ? Or what are the best workarounds?
相关问题
- Cannot upload large file to Google Cloud Storage
- Google Cloud Storage requests are slow using Paper
- Mounting a gcePersistentDisk kubernetes volume is
- compute engine use gsutil to download tgz file has
- Downloading files from Google Storage using Spark
相关文章
- Google Storage access based on IP Address
- gsutil / gcloud storage file listing sorted date d
- Need help understanding the Firebase Storage CDN
- How to upload an image from web into Google Cloud
- Using cloud function to load data into Big Query T
- How to authenticate google APIs with different ser
- An efficient way of exporting 10 datasets (each ha
- Permission denied on Cloud KMS key when using clou
Try adding a
<base>
tag to your html files:http://www.w3schools.com/tags/tag_base.asp