0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00
This commit is contained in:
Trevor Buckner
2020-10-07 15:55:07 -04:00
parent 0f5ec6c40c
commit 131df2d82a
2 changed files with 4 additions and 2 deletions

View File

@@ -225,8 +225,7 @@ 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,
fields : 'properties'