0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Add createdTime to G-Drive fields to retrieve

Add Moment to UserPage sorting
This commit is contained in:
G.Ambatte
2021-08-07 14:47:25 +12:00
parent e31e8dec98
commit a1e78f1d17
2 changed files with 9 additions and 8 deletions

View File

@@ -95,7 +95,7 @@ GoogleActions = {
const obj = await drive.files.list({
pageSize : 100,
fields : 'nextPageToken, files(id, name, description, modifiedTime, properties)',
fields : 'nextPageToken, files(id, name, description, createdTime, modifiedTime, properties)',
q : 'mimeType != \'application/vnd.google-apps.folder\' and trashed = false'
})
.catch((err)=>{