Learn R Programming

virustotal (version 0.3.0)

get_file_upload_url: Get file upload URL for large files

Description

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

Usage

get_file_upload_url(...)

Value

list containing upload URL and other metadata

Arguments

...

Additional arguments passed to virustotal_GET.

References

https://docs.virustotal.com/reference

See Also

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

Examples

Run this code
if (FALSE) {

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

get_file_upload_url()
}

Run the code above in your browser using DataLab