I have created Google Cloud Application Default Credentials and it is stored in \AppData\Roaming\gcloud for the local user.
When I try to instantiate any Google Cloud services in python, e.g.
storageclient = storage.Client(),
I get an error
google.auth.exceptions.DefaultCredentialsError: file c:\oldproject_id.json not found
It is looking for an old project credentials json I no longer have available. How do I reset it to make it use the Application Default Credentials json?