Codeforces / polygon-issue-tracking

polygon-issue-tracking
16 stars 2 forks source link

API: `saveStatementResource` on file less than 400 KB error `File can't exceed 1 MB` #507

Closed niyaznigmatullin closed 1 year ago

niyaznigmatullin commented 1 year ago

Calling problem.saveStatementResource with PNG image of size ~720 KB, returns an error File can't exceed 1 MB.

Adding the same file through the web interface works well.

UPD: tried it for another file of size ~320 KB, didn't work as well. And ~210 KB worked, seems that there is a limit of 256 KB.

niyaznigmatullin commented 1 year ago

my bad, wrong usage