执行以下命令时:
gsutil notifyconfig watchbucket -i myapp-channel -t myapp-token https://myapp.appspot.com/gcsnotify gs://mybucket
我收到了以下答案,但我之前在另一个存储桶中使用了相同的命令并且它有效:
Watching bucket gs://mybucket/ with application URL https://myapp.appspot.com/gcsnotify...
Failure: <HttpError 401 when requesting https://www.googleapis.com/storage/v1beta2/b/mybucket/o/watch?alt=json returned "Unauthorized WebHook callback channel: https://myapp.appspot.com/gcsnotify">.
我使用 gsutil config 设置权限并尝试使用 gsutil config -e 。
我已经尝试设置权限,让自己成为项目的所有者,但没有工作,有什么帮助吗?