无法对Google Cloud Bucket执行简单的写入操作

时间:2014-12-13 02:55:03

标签: php google-cloud-storage google-cloud-datastore buckets

我无法在Google Cloud Bucket上进行简单的写操作。我已经按照文档详细说明了。这就是我所拥有的:一个默认存储桶,一个PHP脚本,所有api都需要启用。

这是我的剧本

<?php
   file_put_contents('gs://myappid.appspot.com/hello.txt', 'Hello');
?>

然而,这不写。我错过了什么?

1 个答案:

答案 0 :(得分:0)

根据latest docs,您似乎还需要启用结算功能,即使您只是计划使用免费配额。