Skip to content

Commit bfa23bc

Browse files
Merge pull request #1732 from js07/google-drive-fix-new-files-instant-bug
Fix bug in GDrive New Files Instant source
2 parents b43498f + 8d8bf1a commit bfa23bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/google_drive/google_drive.app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,7 @@ module.exports = {
500500
await drive.files.get({
501501
fileId,
502502
fields: "*",
503+
supportsAllDrives: true,
503504
})
504505
).data;
505506
},

0 commit comments

Comments
 (0)