I created an android app, where user is uploading images and i need to check them before getting upload for inappropriate contents. I created a Cloud Vision acc, created a project there, restricted it for Android app only by providing the package name and SHA1 fingerprint, then i got the API Key, enabled billing and Cloud Vision API too. Then in my android project i set that API. Now while testing i am getting the below error:
Request failed: {
"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"
}