Hi Team, I was trying to install a community integration for Google Sheets but the configuration page is asking me about a credential json file (I already have this file). How can I upload this file into Siemplify so that way I can use this integration? I have Siemplify Cloud.
View files in slack
Hey
@Luis__Gonzalez
!
You need to copy the contents of the credentials json file to this parameter. The actions will write the file on runtime.
@Luis__Gonzalez
the parameter should look like:
{
"type": "service_account",
"project_id": "api-project-XXX",
"private_key_id": "2cd … ba4",
"private_key": "-----BEGIN PRIVATE KEY-----\\nNrDyLw … jINQh/9\\n-----END PRIVATE KEY-----\\n",
"client_email": "473000000000-yoursisdifferent@developer.gserviceaccount.com",
"client_id": "473 … hd.apps.googleusercontent.com",
...
}
So many thanks
@Eden_Shalit
,
@Gabriel_Munits1
. I was breaking my head thinking about it but with your suggestions now it's working!
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.