We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cfb7dd commit a690dc7Copy full SHA for a690dc7
backend/src/services/export.service.ts
@@ -3,7 +3,7 @@ import { google } from 'googleapis';
3
import { JWT } from 'google-auth-library';
4
5
const path = require('path');
6
-const keyFilePath = path.resolve(__dirname, '../utils/google_creditentials.json');
+const keyFilePath = path.resolve(__dirname, '../utils/google_credentials.json');
7
8
// Crée une instance JWT en utilisant la clé du service account
9
const jwtClient = new JWT({
0 commit comments