I'm getting a "HTTP response error: 404" in the auth stage. I've just started trying to use this library so I could be misusing it, appologies if I am.
D, [2021-12-16T01:39:49.874412 #21365] DEBUG -- : Loading private key file: auth.json
I, [2021-12-16T01:39:49.874535 #21365] INFO -- : Private key loaded from JSON
D, [2021-12-16T01:39:49.874568 #21365] DEBUG -- : The key contained:
project_id: REDACTED
client_email: REDACTED
I, [2021-12-16T01:39:49.874681 #21365] INFO -- : Requesting access token...
D, [2021-12-16T01:39:49.874701 #21365] DEBUG -- : token_uri: https://oauth2.googleapis.com/token
D, [2021-12-16T01:39:49.898599 #21365] DEBUG -- : HTTP response code: 200
I, [2021-12-16T01:39:49.898654 #21365] INFO -- : Access token acquired.
D, [2021-12-16T01:39:49.898677 #21365] DEBUG -- : Token 990 bytes, expires 2021-12-16 02:39:48 +0000
E, [2021-12-16T01:39:50.240702 #21365] ERROR -- : HTTP response error: 404
Not Found
I'm getting a "HTTP response error: 404" in the auth stage. I've just started trying to use this library so I could be misusing it, appologies if I am.
Thanks, Caleb