You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.
Hi, I need to implement a server based printing on GCP.
The reccomended way for server to server authentication seems to be Service Accounts (using the Json format). I managed to get a valid token using the official google auth nuget package.
However it's not clear if it's possible to use the GoogleCloudPrintClient. with the token obtaned in this way (service accounts does not have client id or secrets).
Any suggestion will be appreciated
Enrico Sabbadin
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I need to implement a server based printing on GCP.
The reccomended way for server to server authentication seems to be Service Accounts (using the Json format). I managed to get a valid token using the official google auth nuget package.
However it's not clear if it's possible to use the GoogleCloudPrintClient. with the token obtaned in this way (service accounts does not have client id or secrets).
Any suggestion will be appreciated
Enrico Sabbadin
The text was updated successfully, but these errors were encountered: