file.io icon indicating copy to clipboard operation
file.io copied to clipboard

max download doesn't work

Open codenoid opened this issue 5 years ago • 2 comments

i do test on badger database

codenoid avatar Aug 26 '20 21:08 codenoid

hi. i have rewritten error handling: // download rate limiting, check if the quota are still sufficient quotaByte, err := stg.Get("mg-" + fileID) if err != nil { fmt.Println("error: ", err) fmt.Println("Quota bytes = ", quotaByte) }

which gives the error: error: Key not found and Quota byte = []

netskol avatar Sep 09 '20 14:09 netskol

Hello, any update for this, please? when i set maxDownload := 2

Doesn't recognize that one,

Can someone help for this fix?

I've also tried @netskol fix but that didn't return any positive result.

xmanag3r avatar Jul 28 '22 15:07 xmanag3r