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.