AppIdentityService::getApplicationId return "None"

AppIdentityService::getApplicationId return "None"

我正在尝试在我的计算机上设置本地开发并取得了一些成功。我可以使用 dev_appserver.py 启动本地服务器,并可以通过我的 php 应用程序访问我的本地 MySQL 服务器。

我是 gcp 的菜鸟,但有多年的经验。

当我尝试执行以下代码时 returns "None":

$applicationID = AppIdentityService::getApplicationId();

在哪里设置应用程序 ID?

应用程序 ID 由 App Engine 运行时间环境生成和分配。在将应用程序部署到 App Engine 之前,当本地 运行 时,它将是 nullNone

您无法自行设置应用程序 ID。也没有办法。应用程序 ID 在部署后由 App Engine 设置。

Here 有 AppIdentityService

所有方法的列表