canEdit property

bool? canEdit
getter/setter pair

Whether the current user can edit this file.

Other factors may limit the type of changes a user can make to a file. For example, see canChangeCopyRequiresWriterPermission or canModifyContent.

Output only.

Implementation

core.bool? canEdit;