Full authentication is required to access this resource
Hello,
I have a issue that come every few days. Some days my toast service run just fine other days i get an error that says:
Status: 401 Code: 10013. Reason: Full authentication is required to access this resource. Message: unauthorized
After i get this error i rerun the service and it runs just fine. Any idea on what could be happening?
0
-
Official comment
Hi Kerry,
Without seeing an actual request/response, it's likely that what's happening is your authentication token is expiring. When you rerun the service, your code likely gets a new auth token, replacing the expired one.
Your integration is responsible for refresh auth tokens upon expiry, as detailed in the docs here.
Matt
Please sign in to leave a comment.
Comments
1 comment