botgram / shell-bot

:robot: Telegram bot that executes commands and sends the live output
GNU General Public License v3.0
797 stars 488 forks source link

/upload failed #15

Closed nalakawula closed 5 years ago

nalakawula commented 5 years ago

Cool project! I try to upload a file but encounter an error. /upload abc.txt

then got error messsage:

Couldn't send file: sendDocument failed: Request Entity Too Large

abc.txt size is ~90MB

Thank you

mildsunrise commented 5 years ago

I should probably mention this more explicitely, but unfortunately Telegram bots can only send up to 50MB :(

This has nothing to do with Botgram, it's just a limitation of Telegram's platform.

nalakawula commented 5 years ago

Thank you, so i must split file using zip command before upload.

mildsunrise commented 5 years ago

Yeah, that's one way.