@[email protected] to [email protected]English • 6 months agoWe've all been there...sh.itjust.worksmessage-square58fedilinkarrow-up1647file-text
arrow-up1647imageWe've all been there...sh.itjust.works@[email protected] to [email protected]English • 6 months agomessage-square58fedilinkfile-text
minus-square@[email protected]linkfedilink12•6 months agoGmail says sending myfile.zip is not allowed. Change it to myfile.zip.txt and everything is fine.
minus-squareu/lukmly013 💾 (lemmy.sdf.org)linkfedilinkEnglish4•6 months agoIt may be due to their processing. Better base64 -w 0 myfile.zip > myfile.zip.txt If it works though ¯\_(ツ)_/¯
Gmail says sending myfile.zip is not allowed.
Change it to myfile.zip.txt and everything is fine.
It may be due to their processing.
Better
base64 -w 0 myfile.zip > myfile.zip.txt
If it works though ¯\_(ツ)_/¯