79442010

Date: 2025-02-15 18:03:59
Score: 1.5
Natty:
Report link

I have got the same issue , when working with GCP to extract the files and run a schedular In order to get away the error we can use

const credentialsPath = path.join(__dirname, "grand-practice-450211-k3-fd655f6f0a5f.json");

process.env.GOOGLE_APPLICATION_CREDENTIALS = credentialsPath;

This ensures the authentication to the GCP

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Amrutham Mohan