I'm using gcloud console for windows and have enabled the Google DNS API in the developer console. I have authenticated from the gcloud console, but when I try to do anything with the DNS api, I get the following error message:
{ "error": { "code": 403, "errors": [ { "domain": "usageLimits", "message": "Access Not Configured. Please use Google Developers Console to activate the API for your pro ject.", "reason": "accessNotConfigured" } ], "message": "Access Not Configured. Please use Google Developers Console to activate the API for your project." } } ERROR: (gcloud.dns.managed-zone.list) ResponseError: status=403, code=Forbidden, reason(s)=accessNotConfigured message=Access Not Configured. Please use Google Developers Console to activate the API for your project.
Has anyone else had this problem?