Hi all,
I’m setting up a Google Drive data connection in Palantir Foundry using a service account and trying to configure the OAuth JWT authentication. I have already:
- Created a service account in Google Cloud
- Enabled the Drive API
- Downloaded the .json credentials key
Now I’m trying to reference the JSON file in the connection config using:
AuthScheme=OAuthJWT;
InitiateOAuth=GETANDREFRESH;
OAuthJWTCertType=GOOGLEJSON;
OAuthJWTCert=/path/service-account.json;
However, I don’t know how to correct set the OAuthJWTCert, and there is no documentation for this. How should I reference the json file to the foundry? Does anyone know what is the correct format for the OAuthJWTCert path or how to setup the google drive data connection? Currently there is only one input field and it is less intuitive to me what path to put it in there. I was trying to sync files between google drive and foundry.