Nothing
Code
withr::with_dir(tmpdir, drive_download(dribble(), path = precious_filepath))
Error <rlang_error>
Local `path` already exists and overwrite is `FALSE`:
* 'precious-TEST-drive_download.txt'
Code
write_utf8(drive_download_message)
Output
File downloaded:
* '{file_to_download}' <id: {FILE_ID}>
Saved locally as:
* '{download_filepath}'
Code
drive_download(nm_("this-should-not-exist"))
Error <rlang_error>
`file` does not identify at least one Drive file.
type
Code
write_utf8(drive_download_message)
Output
File downloaded:
* '{file_to_download}' <id: {FILE_ID}>
Saved locally as:
* '{download_filename}'
path
Code
write_utf8(drive_download_message)
Output
File downloaded:
* '{file_to_download}' <id: {FILE_ID}>
Saved locally as:
* '{download_filename}'
Code
write_utf8(drive_download_message)
Output
File downloaded:
* '{file_to_download}' <id: {FILE_ID}>
Saved locally as:
* '{download_filename}'
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.