I've been playing around with the google cloud compute platform and everything was fine until all of a sudden last night it seemed unable to recognize any resources. Whenever I try to do anything, for example list current instances, I get:
$ gcloud compute instances list
ERROR: (gcloud.compute.instances.list) Some requests did not succeed:
- The resource 'projects/myProject' was not found
Everything seems to work fine through the web interface. I can launch an instance, look at it, link persistent disks, etc. It's only when I try to work through the command line interface that I have problems. And all of these commands worked fine until last night.
I've tried revoking my credentials and logging in again. I've double checked that my active credentialed account is a valid user on the project I'm trying to access. I've tried creating a new project and accessing that one. I've tried accessing a project that I don't own but on which I am an authorized user. I've even tried deleting the sdk toolkit and re-installing it. Nothing seems to work.
But I can ssh into an active instance just fine with: gcloud compute --project "myProject" ssh --zone "us-central1-a" "instance-1"
Any thoughts? I have no idea what to try next. In case it matters, I'm on OSX.