Google云端存储中的对象更改通知无法正常工作

时间:2013-05-29 09:01:14

标签: google-cloud-storage

我从教程https://developers.google.com/storage/docs/object-change-notification#_Application_Example做了一个演示。我还在云控制台中启用了Google Cloud Storage JSON API。但我得到了以下结果:

$ gsutil chacl -u math-box20@appspot.gserviceaccount.com:FC gs://test-mathbox

No changes to gs://test-mathbox/

$ gsutil notifyconfig watchbucket https://math-box20.appspot.com/ gs://test-mathbox

Watching bucket gs://test-mathbox/ with application URL https://math-box20.appspot.com/ ...
Failure: <HttpError 403 when requesting https://www.googleapis.com/storage/v1beta2/b/test-mathbox/o/watch?alt=json returned "Access Not Configured">.

在那里,math-box20是我的GAE应用程序的id,而test-mathbox是Google云端存储中的一个存储桶。你能帮我解释一下原因吗?

1 个答案:

答案 0 :(得分:0)

此错误的最常见原因是无法启用对JSON API的访问。

您是否可以关注the instructions here并确保在项目控制台中启用了JSON API?