parents property

List<String>? parents
getter/setter pair

The IDs of the parent folders which contain the file.

If not specified as part of a create request, the file is placed directly in the user's My Drive folder. If not specified as part of a copy request, the file inherits any discoverable parents of the source file. Update requests must use the addParents and removeParents parameters to modify the parents list.

Implementation

core.List<core.String>? parents;