mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-22 17:16:20 +02:00
Google Drive shared files bug fix
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user