Entity and Sentiment Analysis with the Natural Language API Reviews

180313 reviews

Stewart B. · Reviewed 18 days ago

Kapil M. · Reviewed 18 days ago

Akash b. · Reviewed 18 days ago

The API key had some sort of restriction that I couldn't fine, so I just kept getting the error: { "error": { "code": 403, "message": "Method doesn't allow unregistered callers (callers without established identity). Please use API Key or other form of API consumer identity to call this API.", "status": "PERMISSION_DENIED" } } whenever I called my request.I eventually figured out the issue. The lab was requiring us to call our curl command like so: curl "https://language.googleapis.com/v1/documents:analyzeEntities?key=${AIzaSyC0cOfnPlSQFG3fX6eoEagFRRPS2OdF3hI}" \ -s -X POST -H "Content-Type: application/json" --data-binary @request.json > result.json This does NOT work. What works is curl "https://language.googleapis.com/v1/documents:analyzeEntities?key=AIzaSyC0cOfnPlSQFG3fX6eoEagFRRPS2OdF3hI" \ -s -X POST -H "Content-Type: application/json" --data-binary @request.json > result.json This needs to be corrected to reflect in the lab that the API_KEY be called directly as a string, so as not to confuse others.

Chinwendu U. · Reviewed 18 days ago

Harshal Goyal G. · Reviewed 18 days ago

Satheeshkumar P. · Reviewed 18 days ago

Juan A. · Reviewed 18 days ago

Miguel D. · Reviewed 18 days ago

Made a mistake with the API Code - Was great

Kyle D. · Reviewed 18 days ago

kalyani s. · Reviewed 18 days ago

Sarthak S. · Reviewed 18 days ago

Mauricio H. · Reviewed 18 days ago

Pratik B. · Reviewed 18 days ago

Satwik Kandula .. · Reviewed 18 days ago

Mihai K. · Reviewed 18 days ago

mohammad Izhreen M. · Reviewed 18 days ago

Jakub G. · Reviewed 18 days ago

ALOK P. · Reviewed 18 days ago

Hardik Anil W. · Reviewed 18 days ago

priyanka k. · Reviewed 18 days ago

Samrat D. · Reviewed 18 days ago

Natan R. · Reviewed 18 days ago

Krishna P. · Reviewed 18 days ago

Kerstin S. · Reviewed 18 days ago

Ravi kumar U. · Reviewed 18 days ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.