1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-02 20:52:28 +02:00
Files
OpenIntegrations/docs/en/cli/gsheets/GetServiceAccountToken/bash.txt
T
Vitaly the Alpaca (bot) 346f9bfbef Test data update (Jenkins)
2025-12-08 14:46:17 +03:00

5 lines
603 B
Plaintext
Vendored

# JSON data can also be passed as a path to a .json file
oint gsheets 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']"