@@ -1260,11 +1260,20 @@ def get_file(file_id, acknowledge_abuse: nil, include_labels: nil, include_permi
12601260 # @param [Boolean] include_team_drive_items
12611261 # Deprecated: Use `includeItemsFromAllDrives` instead.
12621262 # @param [String] order_by
1263- # A comma-separated list of sort keys. Valid keys are 'createdTime', 'folder', '
1264- # modifiedByMeTime', 'modifiedTime', 'name', 'name_natural', 'quotaBytesUsed', '
1265- # recency', 'sharedWithMeTime', 'starred', and 'viewedByMeTime'. Each key sorts
1266- # ascending by default, but can be reversed with the 'desc' modifier. Example
1267- # usage: ?orderBy=folder,modifiedTime desc,name.
1263+ # A comma-separated list of sort keys. Valid keys are: * `createdTime`: When the
1264+ # file was created. * `folder`: The folder ID. This field is sorted using
1265+ # alphabetical ordering. * `modifiedByMeTime`: The last time the file was
1266+ # modified by the user. * `modifiedTime`: The last time the file was modified by
1267+ # anyone. * `name`: The name of the file. This field is sorted using
1268+ # alphabetical ordering, so 1, 12, 2, 22. * `name_natural`: The name of the file.
1269+ # This field is sorted using natural sort ordering, so 1, 2, 12, 22. * `
1270+ # quotaBytesUsed`: The number of storage quota bytes used by the file. * `
1271+ # recency`: The most recent timestamp from the file's date-time fields. * `
1272+ # sharedWithMeTime`: When the file was shared with the user, if applicable. * `
1273+ # starred`: Whether the user has starred the file. * `viewedByMeTime`: The last
1274+ # time the file was viewed by the user. Each key sorts ascending by default, but
1275+ # can be reversed with the 'desc' modifier. Example usage: `?orderBy=folder,
1276+ # modifiedTime desc,name`.
12681277 # @param [Fixnum] page_size
12691278 # The maximum number of files to return per page. Partial or empty result pages
12701279 # are possible even before the end of the files list has been reached.
0 commit comments