Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"No permalink found in response!" #51

Open
Cobertos opened this issue Jul 9, 2020 · 7 comments
Open

"No permalink found in response!" #51

Cobertos opened this issue Jul 9, 2020 · 7 comments

Comments

@Cobertos
Copy link

Cobertos commented Jul 9, 2020

Keep getting this error. Hashing a 2.3GB .zip file seemed to work but I keep getting this when trying to upload.

image

It looks like I haven't hit any limit and it's hitting the API as seen from VirusTotal

image

@SamuelTulach
Copy link
Owner

VirusTotal has limits on maximum file size. Are you using public API key or do you have custom one which does not have these limits?

@Cobertos
Copy link
Author

Just using a public API key, I know very little about the API in depth, just using this too as-is with a relatively new account.

For some reason I thought if this was uploaded through the tool rather than through the web app there would be no file size limit.

@SamuelTulach
Copy link
Owner

The limit also applies to the API itself. Not sure what are you trying to upload, but I doubt that's 2,5GB of actual executable code (unless it's some self-extracting program). Try to extract it and upload exe/dll/scripts individually.

I will keep this issue open since I should add a warning if the file is too large.

@Cobertos
Copy link
Author

It's a zip folder with just a ton of PDFs and other things. I'll have to unzip and upload

@TekBear
Copy link

TekBear commented Sep 3, 2020

I think the upload limit 32 MB using upload on virus total web page (See https://developers.virustotal.com/reference#file-scan) - it used to be 20 MB for many years.

Terminology is a bit confusing you register an account to get your "private" API key in the sense that it belongs privately to you (VT should have called this personal public API key). These are also called Public API keys and have file size limit. The Premium API keys have a higher limits I assume they are not free.

@KestutisSnieska
Copy link

I've ran into "No permalink found in response!" becouse of the time limit. AFAIK there was a limit of 4 files per minute for free accounts, so I waited for some time, and it was possible to send a file. Did not tested concerning the size limits (all these are/was documented).
Would be nice, if possible, to get error messages, telling, what limit we ran into :)

@3xploiton3
Copy link

image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants