关于“使用 Natural Language API 进行实体和情感分析”的评价

180318 条评价

Swapnil M. · 已于 17 days前审核

Thanks

Anindita R. · 已于 17 days前审核

Brandon J. · 已于 17 days前审核

Antonio R. · 已于 18 days前审核

Gianluigi M. · 已于 18 days前审核

Stewart B. · 已于 18 days前审核

Kapil M. · 已于 18 days前审核

Akash b. · 已于 18 days前审核

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. · 已于 18 days前审核

Harshal Goyal G. · 已于 18 days前审核

Satheeshkumar P. · 已于 18 days前审核

Juan A. · 已于 18 days前审核

Miguel D. · 已于 18 days前审核

Made a mistake with the API Code - Was great

Kyle D. · 已于 18 days前审核

kalyani s. · 已于 18 days前审核

Sarthak S. · 已于 18 days前审核

Mauricio H. · 已于 18 days前审核

Pratik B. · 已于 18 days前审核

Satwik Kandula .. · 已于 18 days前审核

Mihai K. · 已于 18 days前审核

mohammad Izhreen M. · 已于 18 days前审核

Jakub G. · 已于 18 days前审核

ALOK P. · 已于 18 days前审核

Hardik Anil W. · 已于 18 days前审核

priyanka k. · 已于 18 days前审核

我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。