Entity and Sentiment Analysis with the Natural Language API Reviews

180318 reviews

Swapnil M. · Reviewed 17 gün ago

Thanks

Anindita R. · Reviewed 17 gün ago

Brandon J. · Reviewed 17 gün ago

Antonio R. · Reviewed 18 gün ago

Gianluigi M. · Reviewed 18 gün ago

Stewart B. · Reviewed 18 gün ago

Kapil M. · Reviewed 18 gün ago

Akash b. · Reviewed 18 gün 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 gün ago

Harshal Goyal G. · Reviewed 18 gün ago

Satheeshkumar P. · Reviewed 18 gün ago

Juan A. · Reviewed 18 gün ago

Miguel D. · Reviewed 18 gün ago

Made a mistake with the API Code - Was great

Kyle D. · Reviewed 18 gün ago

kalyani s. · Reviewed 18 gün ago

Sarthak S. · Reviewed 18 gün ago

Mauricio H. · Reviewed 18 gün ago

Pratik B. · Reviewed 18 gün ago

Satwik Kandula .. · Reviewed 18 gün ago

Mihai K. · Reviewed 18 gün ago

mohammad Izhreen M. · Reviewed 18 gün ago

Jakub G. · Reviewed 18 gün ago

ALOK P. · Reviewed 18 gün ago

Hardik Anil W. · Reviewed 18 gün ago

priyanka k. · Reviewed 18 gün ago

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