tidyverse / googledrive

Google Drive R API
https://googledrive.tidyverse.org/
Other
322 stars 47 forks source link

googledrive::drive_mkdir() stalls forever when path is to a shared drive, overwrite = FALSE, and file name already exists in path #426

Open jbarks1234 opened 1 year ago

jbarks1234 commented 1 year ago

drive_mkdir(name = "test_name", path = as_id("shared_drive_folder_id"), overwrite = FALSE)

works fine the first run when name does not exist in the path. On the next run with the same name and filepath, this function will stall without completing. Works fine with default overwrite or when used on MyDrive.