Get a special URL for uploading files larger than 32MB to VirusTotal for analysis.
get_file_upload_url(...)
Additional arguments passed to virustotal_GET
.
list containing upload URL and other metadata
if (FALSE) { # \dontrun{
# Before calling the function, set the API key using set_key('api_key_here')
get_file_upload_url()
} # }