0x4E4F@sh.itjust.works to linuxmemes@lemmy.worldEnglish · 1 year agoWe've all been there...sh.itjust.worksimagemessage-square55linkfedilinkarrow-up1631arrow-down15file-text
arrow-up1626arrow-down1imageWe've all been there...sh.itjust.works0x4E4F@sh.itjust.works to linuxmemes@lemmy.worldEnglish · 1 year agomessage-square55linkfedilinkfile-text
minus-squareKnock_Knock_Lemmy_In@lemmy.worldlinkfedilinkarrow-up11·1 year agoGmail says sending myfile.zip is not allowed. Change it to myfile.zip.txt and everything is fine.
minus-squareu/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orglinkfedilinkEnglisharrow-up3·1 year 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 ¯\_(ツ)_/¯