简体   繁体   English

我可以使用适用于PHP SDK的Google应用程序引擎调用“ mkdir”功能吗?

[英]Could I call “mkdir” function with Google app engine for PHP SDK?

Could I call "mkdir" function with Google app engine for PHP SDK? 我可以使用适用于PHP SDK的Google应用程序引擎调用“ mkdir”功能吗?

I have tried with the living GAE for PHP, seems failed to create the directory. 我已经尝试过使用GAE for PHP,似乎无法创建目录。

You can't create directory during runtime on GAE. 您无法在GAE上运行时创建目录。

Take a look at the GAE's introduction . 看一下GAE的介绍 In the The Sandbox paragraph, it says: The Sandbox段落中,它表示:

Applications cannot write to the file system in any of the runtime environments. 应用程序无法在任何运行时环境中写入文件系统。 An application can read files, but only files uploaded with the application code. 应用程序可以读取文件,但只能读取使用应用程序代码上传的文件。 The app must use the App Engine datastore, memcache or other services for all data that persists between requests. 对于必须在请求之间保留的所有数据,应用程序必须使用App Engine数据存储区,内存缓存或其他服务。

I think that's why you failed to create the directory. 我认为这就是为什么您无法创建目录的原因。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Google APP Engine PHP 应用程序上的警告 mkdir() 权限被拒绝 - Warning mkdir() Permission Denied on Google APP Engine PHP Application 如何在Google Compute Engine中使用适用于PHP的Google App Engine SDK - How to use Google App Engine SDK for php in Google Compute Engine Google-App Engine-API PHP-警告:mkdir():本地文件系统为只读,mkdir失败-允许本地文件系统创建目录 - Google - App Engine - API PHP - Warning: mkdir(): The local filesystem is readonly, mkdir failed - Allow local filesystem to make directory Google App Engine(php):glob()函数 - Google App Engine(php): glob() function 如何在Google App Engine中使用Facebook PHP SDK? - How to use facebook php sdk in google app engine? Google App Engine上的PHP SDK 4.0:cURL错误 - PHP SDK 4.0 on Google App Engine: cURL error Google App Engine PHP SDK在helloworld脚本上返回错误 - Google App Engine PHP SDK returning error on helloworld script 在Windows 7的Google App Engine PHP SDK中配置MySQL连接 - Configuring MySQL connection in Google App Engine PHP SDK on Windows 7 使用PHP发布来自Google App Engine SDK的inapp产品 - Post inapp products from Google App Engine SDK in PHP 在OS X中安装用于php的Google App Engine SDK的问题 - Problems with installation of Google App Engine SDK for php in OS X
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM