在我的一个应用程序引擎中,我有一个google云存储组件。通常,为了连接到那些云存储文件,我只需要: use google\appengine\api\cloud_storage\CloudStorageTools;
$object_urlphp file_get_contents('gs://FOL
我试图从我的iPhone应用程序中获取上传的图像,并使用PHP将其存储到我的桶(gs:// app /user/profile_pics/)中。我能够在本地文件系统中做到这一点,但是它不能与一起工作。...**PHP Code to local file system (works using local file system)**...