PERMISSION_DENIED 403 on Get Job?

Hi :slight_smile:

I am seeing a 403 PERMISSION_DENIED error, and I am wondering what this means? 403 is not defined in the docs for Get Job. It doesn’t always happen, but I am seeing it a lot today, and checking the logs, it’s has been happening a lot in the past also.

image

Thank you!
Mike

Hi Mike,

The 403 error is a well documented http error, it means that the request is understood by the server but that you are not authorized to access the resource you are trying to get.

More information on 403 error here: https://tools.ietf.org/html/rfc7231#section-6.5.3

In your case I guess it might be because you have two different accounts on our Sandbox environment. Trying to Get a job id from one account with the access token of the other one will lead to this exact error. Let me know if that was it.