How to get a subdirectory listing of Google Cloud Storage using Python

I wanted to get a list of Google Cloud Storage subdirectories using the GCP Python library, I got stuck, so here's a note on how and why. Libraries in other languages are API wrappers as well as Python libraries, so I think they can be applied. NG Example At first, I tried the following method to s…