1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00
Files
OpenIntegrations/docs/en/cli/google/GetServiceAccountToken/bat.txt
Vitaly the Alpaca (bot) 609a39a349 Test data update (Jenkins)
2025-10-07 15:34:22 +00:00

5 lines
603 B
Plaintext
Vendored

:: JSON data can also be passed as a path to a .json file
oint google GetServiceAccountToken ^
--auth "{'type':'service_account','project_id':'openintegrations','private_key_id':'***','private_key':'***','client_email':'***','client_id':'***','auth_uri':'https://accounts.google.com/o/oauth2/auth','token_uri':'***','auth_provider_x509_cert_url':'https://www.googleapis.com/oauth2/v1/certs','client_x509_cert_url':'***','universe_domain':'googleapis.com'}" ^
--scope "['https://www.googleapis.com/auth/calendar','https://www.googleapis.com/auth/drive','https://www.googleapis.com/auth/spreadsheets']"