I am using the Google Cloud DNS REST API (with Ruby REST Client) and I am receiving a 403 error using my google service account. This works correctly when I use the cloud console admin under my personal admin account.
My service account has "owner" permissions so I would think that I should not receive a 403 error.
{"response":"{
"error ": { "errors ":
[ { "domain": "global ",
"reason ": "forbidden ",
"message ": "Forbidden " } ],
"code ": 403,
"message ": "Forbidden " }
Unfortunately this error does not shed any light on why I am receiving a 403.