I want to read from google cloud storage using gsutil using a service credentials file. However I don't really understand how to pass it the permissions file. I have tried running "gcloud auth activate-service-account [ACCOUNT] --key-file=KEY_FILE" and then running "gsutil list". However I get the following output
You are attempting to perform an operation that requires a project id, with none configured. Please re-run gsutil config and make sure to follow the instructions for finding and entering your default project id.
After authenticating with gcloud should I be able to use gsutil