Skip to content

Commit

Permalink
Add ALL the metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-moore-97 committed Apr 19, 2024
1 parent 85611d2 commit bf1ee64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdrive/drive_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def get_files_in_folder(id: str) -> List:
q=f"'{id}' in parents and trashed=false",
supportsAllDrives=True,
includeItemsFromAllDrives=True,
fields="nextPageToken, files(id, name, mimeType, modifiedTime, createdTime, size, parents, webViewLink)", # Add modifiedTime and createdTime
fields="nextPageToken, files(*)",
pageToken=page_token,
)
.execute()
Expand Down

0 comments on commit bf1ee64

Please sign in to comment.