Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-cloud-platform/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google app engine GCP应用程序引擎标准环境中的主目录在哪里?_Google App Engine_Google Cloud Platform_Home Directory - Fatal编程技术网

Google app engine GCP应用程序引擎标准环境中的主目录在哪里?

Google app engine GCP应用程序引擎标准环境中的主目录在哪里?,google-app-engine,google-cloud-platform,home-directory,Google App Engine,Google Cloud Platform,Home Directory,我已经将django网页分发给了gcp标准环境的应用程序引擎,现在我想分发它,包括chemaxon的marvinJS 为了使用该应用程序,您需要将许可证放在该路径中 (home directory)/.chemaxon 但是,我找不到分布式标准环境应用程序引擎的主目录 另外,如果您找到它,应该如何移动该文件?App Engine standard是一个打包解决方案。提交代码后,将对其进行编译(如果需要)并打包在容器中(使用Buildpack)。您不管理环境、主目录、用户等 因此,尝试将文件添加

我已经将django网页分发给了gcp标准环境的应用程序引擎,现在我想分发它,包括chemaxon的marvinJS

为了使用该应用程序,您需要将许可证放在该路径中

(home directory)/.chemaxon
但是,我找不到分布式标准环境应用程序引擎的主目录


另外,如果您找到它,应该如何移动该文件?

App Engine standard是一个打包解决方案。提交代码后,将对其进行编译(如果需要)并打包在容器中(使用Buildpack)。您不管理环境、主目录、用户等

因此,尝试将文件添加到代码的根路径中。您将无法将文件放在目录路径的更高位置