powered by
Upload a local file to a vault on SolveBio. The vault path provided is the parent directory for uploaded file.
Object.upload_file(local_path, vault_id, vault_path, filename, env = .solveEnv)
The path to the local file
The SolveBio vault ID
The remote path in the vault
(optional) The filename for the uploaded file in the vault (default: the basename of the local_path)
(optional) Custom client environment.
https://docs.solvebio.com/
if (FALSE) { Object.upload_file("my_file.json.gz", vault$id, "/parent/directory/") }
Run the code above in your browser using DataLab