powered by
Allows users to move files or folders inside the dropbox storage.
dropbox_move(cred, from_path = NULL, to_path = NULL, verbose = FALSE, curl = getCurlHandle(), ...)
Specifies an object of class DropboxCredentials with Dropobox specific credentials.
Path to file or folder to be copied, relative to root.
Path to destination, including the new name for the file or folder, relative to root.
If using in a loop, call getCurlHandle() first and pass the returned value in here (avoids unnecessary footprint)
optional additional curl options (debugging tools mostly).
default is FALSE. Set to true to receive full outcome.
Message on successful completion or error.
dropbox_copy dropbox_create_folder
related: dropbox_copy
dropbox_copy
# NOT RUN { dropbox_move(cred, 'move.txt','test_works') File succcessfully moved to /test_works/move.txt on Thu, 29 Mar 2012 20:41:45 +0000 # }
Run the code above in your browser using DataLab