Trying to execute gcloud auth application-default login
yields one of these errors:
Access blocked: Google Auth Library's request is invalid
or
Access blocked: Authorization Error
The solution is to update your gcloud version by running gcloud components update
first.