[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-10-26 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Thanks for getting back to me. I'm glad to hear you were successful in the end by creating a new project, though not a most favorable solution. I'm afraid I don't have any new findings on the issue. Should this exception return, I would suggest filing a new defect report on the Google Cloud

[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-10-25 Thread Geoffroy Lesage
I'm not sure. I just created a brand new project and was able to use all this correctly. Feel free to archive this thread if you'd like. Thank you! On Thursday, September 29, 2016 at 11:00:26 AM UTC-5, Nicholas (Google Cloud Support) wrote: > > Is any other developer for your project

[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-09-29 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Is any other developer for your project experiencing the same issue? Can you create a new project, run *gcloud init* with selected that new project ID and successfully deploy the same code to that project? If both of the above scenarios work as expected, I would strongly suggest filing a

[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-09-28 Thread Geoffroy Lesage
Hey Nicholas, the local machine is OSX, setup using authentication with the email associated to the account... I've been able to deploy until now as well and nothing has changed. Would I be able to reset permissions possible? I tried gcloud init again and setting up with our email, but after

[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-09-26 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
As you've confirmed that the container exists, based on the error message, one can only conclude that the issue lies with access control. How is your dev machine (the one from which you are using gcloud) authenticated (service account, other credentials, etc.)? At the moment, I cannot

[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-09-22 Thread Geoffroy Lesage
Hi Nicholas, thank you for your time! I am indeed able to pull the image using the gcloud command. However, if I paste the exact same url as the --image-url option it throws the same error `gcloud app deploy app.yaml --image-url "us.gcr.io/..."` `ERROR: (gcloud.app.deploy) Error Response: [3]

[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-09-21 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
When getting the *pull* command from the Container Registry of the Developers Console, can you then successfully deploy with *gcloud app deploy* using the provided container URL with the *--image-url* option? Apologies if it seems like I'm asking you to repeat yourself but wish to clarify if

[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-09-15 Thread Geoffroy Lesage
Nevermind I am able to pull it once I navigate inside the correct directory. Is there anything I can do with that image to help with this issue? On Thursday, September 15, 2016 at 10:46:10 AM UTC-5, Geoffroy Lesage wrote: > > Hi Nicholas, > > I am able to see it on the container Registry

[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-09-15 Thread Geoffroy Lesage
Hi Nicholas, I am able to see it on the container Registry however I seem unable to pull it... I should mention that I deleted all versions except the latest

[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-09-12 Thread Geoffroy Lesage
Hi there, I seem to be getting the same issue right now... just updated from Google Cloud SDK 124.0.0 to 125.0.0 (latest for Mac) but am getting the same issue. A few hours ago I was able to deploy correctly... Any advice appreciated. thanks! Debug log: DEBUG: Received operation:

[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-09-05 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Many features have change significantly since the version you mention using previously. For one, the *gcloud preview app* command group has been removed in favor of *gcloud app* as of 116.0.0 (June 29). In addition, the container

[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