【发布时间】:2013-05-15 14:02:12
【问题描述】:
现在可以使用 PHP 原始运行时实现 App Engine 应用程序。 (见Get started with App Engine for PHP - scalable, secure and reliable on Google Cloud Platform Blog (16 May 2013)。
Google App Engine 上的 PHP 进程似乎没有足够的权限来创建文件夹。根据他们的documentation,内置流处理程序ftp()is not supported也是。
GAE 文件系统是只读的吗?我们有什么可能?
【问题讨论】:
-
可能重复:Does Google App Engine allow creation of files and folders on the server? - 请在提问前使用搜索。谢谢!
标签: php google-app-engine