mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-10 06:33:34 +00:00
Add shortcutDetails to drive file fields (#1413)
This commit is contained in:
@ -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|
|
||||||
|
@ -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',
|
||||||
|
Reference in New Issue
Block a user