Open grctest opened 2 years ago
The API reference for nodejs is just the following:
const sdk = require('api')('@virustotal/v3.0#1mk70h3zl6yyhea6');
sdk.filesUploadUrl()
.then(res => console.log(res))
.catch(err => console.error(err));
No mention of special config, so must be an axios header issue?
Hum that's odd, https://github.com/crazy-max/ghaction-virustotal/pull/127 should have fixed this. Did you check your VirusTotal Monitor bucket is not full? cc @xjin-splunk
Nevermind, this is not implemented for VirusTotal Monitor: https://github.com/crazy-max/ghaction-virustotal/blob/c61a849af78fb8f96d9813dd35ca6ee78c3dde79/src/virustotal.ts#L66-L92
Any updates on this? Or is this a dead project? I instantly ran into 2 open issues. #160 I can work around by listing all the files individually, but this issue makes the project unusable.
Any updates on this? Or is this a dead project? I instantly ran into 2 open issues. #160 I can work around by listing all the files individually, but this issue makes the project unusable.
Feel free to contribute
Behaviour
Unable to upload a large file to virustotal with action.
Steps to reproduce this issue
Expected behaviour
File is uploaded to virustotal via upload url, well within larger file size limits.
Actual behaviour
The following error is output:
AxiosError: Request failed with status code 413
Configuration
Logs