Running the OpenTelemetry Python SDK to trace Data Action calls. Tokens refresh fine locally, but the remote collector hits /api/v2/authorization/token with a 401 Unauthorized. The server time is ahead by ~200ms. Is the GC auth service rejecting tokens issued slightly in the future? Here’s the error:
{"error": "invalid_grant", "error_description": "Token expired"}
How do I handle this skew?