We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
maybe something like:
bx_resp_write_file(resp, path = bx_local(), overwrite = FALSE)
bx_request("files/12345/content") %>% req_perform() %>% bx_resp_write_file("~/Documents")
if path is a directory, use the remote filename, otherwise use the provided path
path
This suggests a function bx_local():
bx_local()
bx_local(...) # returns a local path, like `fs::path()` bx_local_set(path)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
maybe something like:
if
path
is a directory, use the remote filename, otherwise use the providedpath
This suggests a function
bx_local()
:The text was updated successfully, but these errors were encountered: