Reputation: 11
I would like to understand why this error occurs during login via the Google Cloud SDK CLI. The login is successful, but unfortunately, with some errors. Is it simply a matter of missing permissions to access the file, or is it a different issue? Below the image. Please note that on this client it didn't occurred a clean uninstall and reinstall, but a classic one, through the default uninstall windows application.
Errors:
C:\Program Files (x86)\Google\Cloud SDK>gcloud auth login [email protected]
Accesso negato.
Impossibile trovare il file specificato.
Impossibile trovare C:\Program Files (x86)\Google\Cloud SDK\tmpfile
Accesso negato.
Impossibile trovare il file specificato.
Impossibile trovare C:\Program Files (x86)\Google\Cloud SDK\tmpfile
Accesso negato.
Impossibile trovare il file specificato.
Impossibile trovare C:\Program Files (x86)\Google\Cloud SDK\tmpfile
Accesso negato.
Impossibile trovare il file specificato.
Impossibile trovare C:\Program Files (x86)\Google\Cloud SDK\tmpfile
Accesso negato.
Impossibile trovare il file specificato.
Impossibile trovare C:\Program Files (x86)\Google\Cloud SDK\tmpfile
WARNING: Re-using locally stored credentials for [[email protected]]. To fetch new credentials, re-run the command with the `--force` flag.
You are now logged in as [[email protected]].
Your current project is [None]. You can change this setting by running:
$ gcloud config set project PROJECT_ID
Upvotes: 0
Views: 22