diff --git a/server/googleActions.js b/server/googleActions.js index a21bfc2db..4d94000c2 100644 --- a/server/googleActions.js +++ b/server/googleActions.js @@ -224,6 +224,8 @@ GoogleActions = { readFileMetadata : async (auth, id, accessId, accessType)=>{ const drive = google.drive({ version: 'v3', auth: auth }); + console.log(auth); + console.log(drive); const obj = await drive.files.get({ fileId : id,