Hi All,
I'm posting to: https://logistics.arcgis.com/arcgis/rest/services/World/VehicleRoutingProblem/GPServer/SolveVehicleRoutingProblem/submitJob?
My token is configured to have the "Multi-vehicle routing" location service. (And all the other free tier location services). This was working 2 months ago.
Now I am getting the response:
{
"error": {
"code": 403,
"subcode": 2,
"message": "User does not have permissions to access 'world/vehicleroutingproblem.gpserver'.",
"details": []
}
}
What changed? What else do I need to configure to get this to work?