google-cloud-eclipse icon indicating copy to clipboard operation
google-cloud-eclipse copied to clipboard

Deploy fails if staging bucket does not exist

Open chanseokoh opened this issue 8 years ago • 6 comments

I know it used to work, but it fails on my existing GCP projects as well as a new GCP project:

"error": {
  "errors": [
   {
    "domain": "global",
    "reason": "forbidden",
    "message": "Caller does not have storage.objects.list access to bucket bbb.",
    "debugInfo": "com.google.net.rpc3.RpcException: cloud.bigstore.ResponseCode.ErrorCode::ACCESS_DENIED: ACCESS_DENIED: ACCESS_DENIED:

chanseokoh avatar Mar 06 '17 18:03 chanseokoh