Add shortcutDetails to drive file fields (#1413)

This commit is contained in:
Ross Scroggs
2021-08-23 13:05:15 -07:00
committed by GitHub
parent 7f51e35bd4
commit f3fba97652
2 changed files with 2 additions and 0 deletions

View File

@ -353,6 +353,7 @@ If an item contains spaces, it should be surrounded by ".
shared| shared|
sharedwithmedate|sharedwithmetime| sharedwithmedate|sharedwithmetime|
sharinguser| sharinguser|
shortcutdetails|
size| size|
spaces| spaces|
starred| starred|

View File

@ -500,6 +500,7 @@ DRIVEFILE_FIELDS_CHOICES_MAP = {
'sharedwithmedate': 'sharedWithMeDate', 'sharedwithmedate': 'sharedWithMeDate',
'sharedwithmetime': 'sharedWithMeDate', 'sharedwithmetime': 'sharedWithMeDate',
'sharinguser': 'sharingUser', 'sharinguser': 'sharingUser',
'shortcutdetails': 'shortcutDetails',
'spaces': 'spaces', 'spaces': 'spaces',
'thumbnaillink': 'thumbnailLink', 'thumbnaillink': 'thumbnailLink',
'title': 'title', 'title': 'title',