Entity and Sentiment Analysis with the Natural Language API Reviews
180318 reviews
Swapnil M. · Reviewed 17 дней ago
Thanks
Anindita R. · Reviewed 17 дней ago
Brandon J. · Reviewed 17 дней ago
Antonio R. · Reviewed 18 дней ago
Gianluigi M. · Reviewed 18 дней ago
Stewart B. · Reviewed 18 дней ago
Kapil M. · Reviewed 18 дней ago
Akash b. · Reviewed 18 дней 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 дней ago
Harshal Goyal G. · Reviewed 18 дней ago
Satheeshkumar P. · Reviewed 18 дней ago
Juan A. · Reviewed 18 дней ago
Miguel D. · Reviewed 18 дней ago
Made a mistake with the API Code - Was great
Kyle D. · Reviewed 18 дней ago
kalyani s. · Reviewed 18 дней ago
Sarthak S. · Reviewed 18 дней ago
Mauricio H. · Reviewed 18 дней ago
Pratik B. · Reviewed 18 дней ago
Satwik Kandula .. · Reviewed 18 дней ago
Mihai K. · Reviewed 18 дней ago
mohammad Izhreen M. · Reviewed 18 дней ago
Jakub G. · Reviewed 18 дней ago
ALOK P. · Reviewed 18 дней ago
Hardik Anil W. · Reviewed 18 дней ago
priyanka k. · Reviewed 18 дней ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.