使用cURL创建第一个用户返回代码403" Access not configured"

时间:2016-06-06 13:30:31

标签: curl google-cloud-sql

我尝试为我的Google Cloud SQL服务器实例创建第一个用户。

我使用的cURL查询是:

curl -X POST --header "Authorization: Bearer MY TOKEN" --header "Content-Type: application/json" https://www.googleapis.com/sql/v1beta4/projects/MY PROJECT/instances/MY INSTANCE/users --data "{'host': '%', 'name': 'MY USERNAME', 'password': 'MY PASSWORD'}"

我的项目已激活Google Cloud SQL API。

作为回复消息我得到:

"message": "Access Not Configured. Cloud SQL Administration API has not been used \in project 407408718192 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/sqladmin/overview?project=4074087XXXXX then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry."

我回来的项目ID甚至不是我自己的。

这是一个错误还是我做错了什么? 如果您需要更多信息,请与我们联系。

1 个答案:

答案 0 :(得分:1)

如JuanEnriqueMuñozZolotoochin的评论所示,我需要在oAuth游乐场(右上角,齿轮)使用我自己的凭据