我试图运行示例应用程序,在这里找到Github Sample,我创建了一个证书并创建了一个 API 密钥并按照说明应用。但是当我上传图片时,我得到了这个异常。我不知道我在哪里犯了错误。我错过了什么吗?
failed to make API request because {
"code": 403,
"errors": [{
"domain": "global",
"message": "Requests from this Android client application <empty> are blocked.",
"reason": "forbidden"
}],
"message": "Requests from this Android client application <empty> are blocked.",
"status": "PERMISSION_DENIED"
}