[google-appengine] Re: Error Response: [3] Docker image appengine.gcr.io/gcloud/project_id.version.time was either not found, or you do not have access to it.

2016-08-22 Thread Nao Ito
It's just fixed! The reason was very simple. My gcloud command version was too old. (0.7.x ?) So I installed latest Google Cloud SDK(122.0.0). Then the problem was fixed. Bottle neck of the problem is Container Registry, I think. Old gcloud command couldn't treat Container Registry, so the

[google-appengine] Error Response: [3] Docker image appengine.gcr.io/gcloud/project_id.version.time was either not found, or you do not have access to it.

2016-08-22 Thread Nao Ito
Hi, I have served one website with GCE(GAE flexible = vm). But suddenly the deployment command got to result in failure. I could deploy successfully with the same command about four months ago. I googled the error code and message, but there is no related post at all. Does anyone face the same