我在我的android项目中使用google palces api进行自动完成textview。我启用了api密钥。我正在使用服务器密钥,但是当我通过浏览器调用服务时,我总是遇到此错误:
{
"error_message" : "This API project is not authorized to use this API. Please ensure that this API is activated in the APIs Console: Learn more: https://code.google.com/apis/console",
"predictions" : [],
"status" : "REQUEST_DENIED"
}
在android调试器中出现相同的错误。