rexthecoder / Pinky

MIT License
10 stars 0 forks source link

PinkyGenerator@v1.0 large file error #2

Open vikash2310 opened 1 year ago

vikash2310 commented 1 year ago
Running Gradle task 'assembleRelease'...                          559.2s
✓  Built build/app/outputs/flutter-apk/app-release.apk (312.3MB).
Run rexthecoder/Pinky-Generator@1.0
true
Error: Request Entity Too Large
Request Entity Too Large
Error: Request Entity Too Large

Is there any file limit to send on telegram?

rexthecoder commented 1 year ago

Hello @vikash2310

Telegram limits the Bot to send files size not more than 50MB.

Meanwhile, I will investigate a proper way to get your file to telegram at a lower size.

I will update you on that

vikash2310 commented 1 year ago

Thanks! Is there any limit for slack?

rexthecoder commented 1 year ago

@vikash2310 Slack has no limit but they give a number of spaces you can store your files. You can delete previous apk to avoid reaching your usage level

rexthecoder commented 1 year ago

I tried to explore a way to zip the file, but the file size doesn't reduce much. In the mean time, I am looking for nice solution

Chxnedu commented 1 month ago

Hello. When I use slack the apk I get is only 64kb. Is this a known issue?