Localhost requests from referer are blocked

google-api, google-cloud-vision, javascript

Solution

Check your Google Cloud API key restriction.

Problem

I'm trying to run this project call thing translator from https://github.com/dmotz/thing-translator and I found this error while running it. It says: ``` {error: {code: 403, message: "Requests from referer http://localhost/www/index.html are blocked.",…}} ```

Original source