Google Storage connection
This article provides a guide on how to create a Google Storage connection in Upsolver.
Create a Google Storage connection
{
"type": "service_account",
"project_id": YOUR_PROJECT_ID,
"private_key_id": YOUR_PRIVATE_KEY_ID,
"private_key": -----BEGIN PRIVATE KEY-----YOUR PRIVATE KEY\n-----END PRIVATE KEY-----\n,
"client_email": CLIENT_EMAIL"@developer.gserviceaccount.com",
"client_id": CLIENT_ID,
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/"CLIENT_EMAIL
}Last updated
Was this helpful?