move_file: Add or remove file from folders

Description Usage Arguments

Description

Allows you to move file around. Due to the nature of Google drive which allows multiple files with the same names to coexist in the same folder, we can technically "hook" files into the folders. At the same time, there is a convenient feature of being able to "hook" a file into multiple folders at the same time which basically means a file can be in 2 folders at once.

Usage

1
move_file(file_id, add_folders = NULL, remove_folders = NULL)

Arguments

file_id

The ID of the file.

addFolders

A character vector of folder Ids

removeFolders

A character vector of folder Ids


davidpmills/googledrive documentation built on May 20, 2019, 2:07 p.m.