How to download a google drive's contents based on Drive ID, or URL?

If you use "Add to My Drive" (see below), you can map drive_download(), as @joels described.


You'd just map over the files in the folder, which you can get using drive_ls(), which is basically a wrapped version of drive_find() that allows you to easily specify folder.

1 Like