You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
jbarks1234
changed the title
google_drive::drive_mkdir() stalls forever when path is to a shared drive, overwrite = FALSE, and file name already exists in path
googledrive::drive_mkdir() stalls forever when path is to a shared drive, overwrite = FALSE, and file name already exists in path
Apr 21, 2023
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.
The text was updated successfully, but these errors were encountered: