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
I'm trying to move files en masse with a for loop, but instead of just moving the selected file, it copies the entire file path when using the drop_copy or drop_move functions rather than just the single selected file.
I'm trying to move files en masse with a for loop, but instead of just moving the selected file, it copies the entire file path when using the drop_copy or drop_move functions rather than just the single selected file.
Expected Behaviour
What did you expect to happen from the above code?
ONLY the .csv file would appear within home_folder after copying from the path.
Actual Behaviour
What happened instead?
There is a new folder within home_folder called second_folder that has the .csv file inside of it, rather than just copying the selected file.
Account Type
Are you using Dropbox Basic, Dropbox Pro, or Dropbox for Business?
Dropbox Plus?
Session Info
Replace the output below (inside the backticks) with output from
devtools::session_info()
(orsessionInfo()
if you don't havedevtools
installed)The text was updated successfully, but these errors were encountered: