Get a special URL for uploading files larger than 32MB to VirusTotal for analysis.

get_file_upload_url(...)

Arguments

...

Additional arguments passed to virustotal_GET.

Value

list containing upload URL and other metadata

See also

set_key for setting the API key, scan_file for regular file uploads

Examples

if (FALSE) { # \dontrun{

# Before calling the function, set the API key using set_key('api_key_here')

get_file_upload_url()
} # }