79095228

Date: 2024-10-16 17:45:31
Score: 0.5
Natty:
Report link

You are passing an arbitrary string instead of the credential file path to the GoogleCredential.FromFile function. Assuming that your file is actually located at "serviceAccountKey.json", you should pass the argument as such:

var credential = GoogleCredential.FromFile(credentialPath);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mason A