0

I am using trail version of google vision API ,using the rest API i am trying to get the face_detection values from postman tool but i am facing an issue showed below.can anyone help me on this.

"message": "Requests from referer chrome-extension://fhbjgbiflinjbdggehcddcbncdddomop are blocked.",
    "status": "PERMISSION_DENIED",
mahesh
  • 1
  • 1

1 Answers1

0

Try using the native Postman App. The Chrome app adds the "referer" header to every request it sends out.

Alternatively, you can try enabling the Interceptor, which will send requests through your browser, instead of through Postman.

Community
  • 1
  • 1
  • Hello Aniket i have tried that unfortunately didn't worked – mahesh Feb 01 '17 at 13:12
  • @mahesh, It's not possible that you will run into this error with the native app (because it doesn't even have anything to do with the chrome-extension). I recommend you uninstall the chrome extension, go to https://www.getpostman.com/apps and download the app for Linux/Windows/Mac, and try using that. – Aniket Panse Feb 03 '17 at 08:11