I have looked up a few but some are outdated, the latest guide, however requested me to do this:
from gcloud import storage
client = storage.Client()
But no matter what I cannot even get pass this first step with error
OSError: Project was not passed and could not be determined from the environment.
I tried both in IDE and Google Colab, but both cannot work. Will appreciate a solution to this.
gcloud auth application-default login