Open
Description
There are certain things we don't do right now. And might not ever. These are things that Drive does not directly support but that are possible by composing several operations. We should reveal the workflow, using the functions googledrive has, in an article:
- Copy a Drive folder, recursively. Demo for at least a simple folder that contains only files.
- Upload a local folder, recursively. See also Upload folder & contents #25 for some discussion.
List a Drive folder, recursively.done bydrive_ls()
now- A general pattern for mapping functions that are not vectorized. Example: doing
drive_ls()
for a vector of folders. - more to come
Update: many of these are less interesting now that drive_ls()
supports recursion. But will leave this open as a place to collect workflows to incorporate into the website.