How to get URI of a blob in a google cloud storage (Python)
If I have a Blob object how can I get the URI (gs://...)? The documentation says I can use self_link property to get the URI, but it returns the https URL instead ( https://googleapis.com.. .) I am using python client library for cloud storage. Thank you