Hi Guys,
Really need some help on this subsject.
The dataset and model were created sucessufully and it was also trainned and deployed.
I strictly followed all directions of Test and Use session using the REST API option. Everything related to authorization it was done (
https://bit.ly/37W1pPC ), the request.json file was created and when i execute the curl request by windows CMD, exactly as the directions are showen, I always get the same error and return:
{
"error": {
"code": 401,
"status": "UNAUTHENTICATED"
}
}
curl: (6) Could not resolve host: \
Reviewing everything:
- The project is selected
- The related billing is enabled
- The APIs is also enabled, the Cloud Vision API
- Gcloud was sucesfully installed to Windows
- Service account was created and the key file was generated and downloaded
- the enviroment variables GOOGLE_APPLICATION_CREDENTIALS and PROJECT_ID were set up
- and finally the service account and user account were granted to edit automl role
What am I missing?
Thanks,
Patrick