I\'m trying to communicate with my app\'s enabled BigQuery API via the server to server method.
I\'ve ticked all the boxes on this Google guide for constructing my J
Be sure to use DateTime.UtcNow instead of DateTime.Now in the GetExpiryAndIssueDate method.