You need to sign in to do that
Don't have an account?
I get response as System.HttpResponse[Status=Forbidden, StatusCode=403] when i Quick start with eienstien vision trail
I get response as System.HttpResponse[Status=Forbidden, StatusCode=403] when i Quick start with eienstien vision trail
What can be the possible reasons?
Also i'm not getting teh access token i followed the steps as given in the trail module https://trailhead.salesforce.com/projects/predictive_vision_apex

Since you are not generating an access token, you will receive that error. A Bearer Token is needed to generate a prediction.
What can be the reasons for not generating the valid access token I did all the steps given in the trail.

https://metamind.readme.io/docs/apex-qs-prereqs

Replace your user email in VisionController class jwt.sub= your user email, you can find it on your user record email.