update_file_metadata: Update file metadata properties

Description Usage Arguments

View source: R/files.R

Description

Allows you to update the name and description of the file

Usage

1
2
update_file_metadata(file_id, name = NULL, description = NULL,
  starred = NULL, trashed = NULL)

Arguments

file_id

The ID of the file.

name

Name of the file. Overwrites the file name on Google Drive

description

Description of the file. Overwrites the description on Google Drive

starred

A boolean property to determine whether the file is to be starred or not

trashed

A boolean property to determine whether the file is to be put into the trash or not


hairizuanbinnoorazman/googledrive documentation built on May 17, 2019, 2:25 p.m.