You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aahnik
changed the title
Return more storage statistics: Sorted in asc/desc order, list of files with their space
Return more storage statistics: Sorted in asc/desc order, list of files with their size
Apr 23, 2024
pseudo code: query db(ownerId=currentUserId, isDir=false, sortBy=fileSize, asc/desc).project( fileName: true, _id: true, fileSize:true, mimeType: true, spaceParent: true)
The text was updated successfully, but these errors were encountered: