I share the same wish!
I try to download multiple files into an empty folder that already exists using: walk(file_list$id, ~ drive_download(as_id(.x), overwrite = TRUE, path = here("raw_data_files/")))
and instead receive Error in curl::curl_fetch_disk(url, x$path, handle = handle) : Failed to open file /home/username/my-git-repo/raw_data_files.
I wish
drive_download(WHATEVER, path = "pre_existing_local_folder/")would download WHATEVER intopre_existing_local_folder/WHATEVERinstead of:The text was updated successfully, but these errors were encountered: