我有一个Laravel Web应用程序,为此我添加了一个app.yaml文件,但每次尝试使用gcloud app deploy时都会收到以下错误gcloud app deploy :
Details: [ [ { [enter image description here][1] "@type": "type.googleapis.com/google.rpc.ResourceInfo", "description": "The \"appengine.applications.create\" permission is required.", "resourceType": "gae.api" } ] ]
图像在这里共享:
我已经给自己的应用程序引擎的pipe理权限,但是,我仍然收到相同的错误。
这显然表明您可能错过了启用您的API。 你可以在这里看看https://cloud.google.com/python/django/flexible-environment
在链接中,它解释了您应该首先启用Google API,而您可能错过了这一步。