Common errors
The following are common error messages returned by Trimble Identity.
| Error | Details |
|---|---|
| 401 | Unauthorized - The access token was not included in the API call. |
| 403 | Forbidden - The object is not accessible to the client Identity performing the request. This error is often seen when you are not using the correct endpoints. Please make sure you are using the correct endpoint listed in the grant flow. The most common version of this is using /token vs /oauth/token. |
| 404 | An object with the specified ID was not found. |
| 5xx | The server failed to fulfill a request. This is a system level issue. It may be intermittent and resolved after a retry. If the issue persists, contact cloudplatform_support@trimble.com. |
| Access to fetch at ‘https://stage.id.trimblecloud.com/oauth/token’ from origin ‘http://localhost:4500’ has been blocked by CORS policy: Request header field access-control-allow-origin is not allowed by Access-Control-Allow-Headers in preflight response. | This error occurs when ‘Access-Control-Allow-Origin’ value is in the header of a file. This is a response header and should not be in the request. |