diff --git a/src/GamCommands.txt b/src/GamCommands.txt index e766f15b..682eb2d3 100644 --- a/src/GamCommands.txt +++ b/src/GamCommands.txt @@ -353,6 +353,7 @@ If an item contains spaces, it should be surrounded by ". shared| sharedwithmedate|sharedwithmetime| sharinguser| + shortcutdetails| size| spaces| starred| diff --git a/src/gam/var.py b/src/gam/var.py index 8e9cae01..951e85db 100644 --- a/src/gam/var.py +++ b/src/gam/var.py @@ -500,6 +500,7 @@ DRIVEFILE_FIELDS_CHOICES_MAP = { 'sharedwithmedate': 'sharedWithMeDate', 'sharedwithmetime': 'sharedWithMeDate', 'sharinguser': 'sharingUser', + 'shortcutdetails': 'shortcutDetails', 'spaces': 'spaces', 'thumbnaillink': 'thumbnailLink', 'title': 'title',