Google Drive shared files bug fix

This commit is contained in:
meherhendi
2023-10-22 16:06:38 +01:00
committed by Chris Weaver
parent 816ec5e3ca
commit 7ffba2aa60

View File

@@ -99,7 +99,7 @@ def _run_drive_file_query(
file = service.files().get(
fileId=file["shortcutDetails"]["targetId"],
supportsAllDrives=include_shared,
fields="mimeType, id, name, webViewLink, shortcutDetails",
fields="mimeType, id, name, modifiedTime, webViewLink, shortcutDetails",
)
file = file.execute()
except HttpError: