GCP Tutorial | Generate a Signed URL For Google Cloud Storage Files In Python

preview_player
Показать описание
The signed url is Google Cloud storage feature to grant temporary access to a private object in your Cloud Storage bucket to allow people to download or view a file without needing a gmail account or permission. In this tutorial, you are going to learn how to use Google Cloud Storage API to generate a signed url in Python.

► Buy Me a Coffee? Your support is much appreciated!
-------------------------------------------------------------------------------------------
☕ Venmo: @Jie-Jenn

► Support my channel so I can continue making free contents
---------------------------------------------------------------------------------------------------------------

#gcp #tutorial #googlecloud
Рекомендации по теме
Комментарии
Автор

Can I use this method to protect routes in Google CDN? For example, I have a static website in a bucket that have a bit of pre-rendered pages and client side hydration too, I want to protect routes that should be available only for authenticated users (not on Google, but using a internet JWT cookie), can I do that?

DanielRios