问题描述
我正在尝试部署DataLab。已确认我的项目在美国地区。我尝试过创建新项目并在那里部署,但无济于事。看来一切正常,到目前为止。需要注意的是,我的项目ID没有前面的s〜(不确定是否重要,或者它仅仅是DataLab / Google Cloud中使用的符号,我在两天的时间内尝试了约10次,但没有成功。 p>
I'm trying to deploy DataLab. Have confirmed my project is in a US zone. I've tried creating new projects and deploying there, to no avail. It appears everything works properly up to this point. Important to note, my project ID does not have the preceeding s~ (unsure if that matters or if it's simply a notation used in DataLab / Google Cloud. I have tried ~10 times over the course of two days with no success.
Nov 7 13:32:06 datalab-deploy-main-20151107-13-29-51 startupscript: Verifying that Managed VMs are enabled and ready.
Nov 7 13:32:06 datalab-deploy-main-20151107-13-29-51 startupscript: If this is your first deployment, this may take a while...#015If this is your first deployment, this may take a while...done.
Nov 7 13:32:06 datalab-deploy-main-20151107-13-29-51 startupscript: WARNING: If this is your first deployment, please try again.
Nov 7 13:32:06 datalab-deploy-main-20151107-13-29-51 startupscript: ERROR: (gcloud.preview.app.deploy) Server responded with code [403]:
Nov 7 13:32:06 datalab-deploy-main-20151107-13-29-51 startupscript: Forbidden Unexpected HTTP status 403.
Nov 7 13:32:06 datalab-deploy-main-20151107-13-29-51 startupscript: You do not have permission to modify this app (app_id=u's~datawranglingtest').
Nov 7 13:32:07 datalab-deploy-main-20151107-13-29-51 startupscript: Step deploy datalab module failed.
推荐答案
好像列表不会在Developer Console和AppEngine。请尝试以下操作:
It seems the permissions list are not synced between Developer Console and AppEngine. Try the following:
- 转至开发者控制台。权限页面。
- 在服务帐户列表中,将类似******[email protected]的帐户复制到另一个地方,我们将稍后再使用。
- 确保它从列表中消失。然后添加帐户并确保它具有可编辑权限。
- 等待几分钟,然后再次尝试部署Datalab。
同时,问题可能是项目特定的。如果可能的话,你也可以尝试一个新的项目。
Meanwhile, the issue is probably project specific. If possible, you may also try it on a new project.
让我知道它是怎么回事!
Let me know how it goes!
这篇关于DataLab云部署403错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!