function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sharathchandra thukkanisharathchandra thukkani 

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
sharathchandra thukkanisharathchandra thukkani
What can be the possible reasons?
sharathchandra thukkanisharathchandra thukkani
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
Michael Machado 22Michael Machado 22
Since you are not generating an access token, you will receive that error.  A Bearer Token is needed to generate a prediction. 
sharathchandra thukkanisharathchandra thukkani
What can be the reasons for not generating the valid access token I did all the steps given in the trail.
Michael Machado 22Michael Machado 22
https://metamind.readme.io/docs/apex-qs-prereqs
ab dab d
Replace your user email in VisionController class jwt.sub= your user email, you can find it on your user record email.