reason not valid woth readonly false; add contentrestrions to file field list (#1263)

This commit is contained in:
Ross Scroggs
2020-10-09 08:28:27 -07:00
committed by GitHub
parent e356fe3e85
commit 9585f6c598
2 changed files with 6 additions and 1 deletions

View File

@ -380,6 +380,7 @@ DRIVEFILE_FIELDS_CHOICES_MAP = {
'appdatacontents': 'appDataContents',
'cancomment': 'canComment',
'canreadrevisions': 'canReadRevisions',
'contentrestrictions': 'contentRestrictions',
'copyable': 'copyable',
'copyrequireswriterpermission': 'copyRequiresWriterPermission',
'createddate': 'createdDate',