Could someone please ELI5 how Google Drive doesn't include text files toward usage?
Unlimited Google Drive storage by splitting binary files into base64
31–40 of 251 posts
Re: Unlimited Google Drive storage by splitting binary files into base64
#32Base85 would probably be a better choice for storing binary as text, since it has a ratio of 5:4 instead of 4:3. On the topic of "unusual and free large file hosting", YouTube would probably be the largest, although you'd need to find a resilient way of encoding the data since their re-encoding processes are lossy. I like the "Linux ISO" and "1337 Docs" references ;-)
Re: Unlimited Google Drive storage by splitting binary files into base64
#33Could someone please ELI5 how Google Drive doesn't include text files toward usage?
These aren't text files, but Google Docs files, which Google doesn't count against an account's quota.
But I don't understand why Google would do that. For most users, aren't Google Docs files a substantial part of their usage? Or do people mainly store backups?
Re: Unlimited Google Drive storage by splitting binary files into base64
#34Re: Unlimited Google Drive storage by splitting binary files into base64
#35Earlier quoted context omitted.
These aren't text files, but Google Docs files, which Google doesn't count against an account's quota.
OK, I did see that. But I don't understand why Google would do that. For most users, aren't Google Docs files a substantial part of their usage? Or do people mainly store backups?
This means that in order to reach the limit of the drive space given away for free, they'd need something like 15,000 Google Doc files (15GB) if they counted toward your space limit. I doubt a lot of paying customers even reach that.
The real limit (file size) is reached by binaries. Videos and PDFs, usually.
Re: Unlimited Google Drive storage by splitting binary files into base64
#36[1] http://blog.brian.jp/python/png/2016/07/07/file-fun-with-pyh...
Re: Unlimited Google Drive storage by splitting binary files into base64
#37Re: Unlimited Google Drive storage by splitting binary files into base64
#38Earlier quoted context omitted.
These aren't text files, but Google Docs files, which Google doesn't count against an account's quota.
OK, I did see that. But I don't understand why Google would do that. For most users, aren't Google Docs files a substantial part of their usage? Or do people mainly store backups?
Re: Unlimited Google Drive storage by splitting binary files into base64
#39On the one hand, I think this is great, on the other, I hope it doesn't force google to add limits that bother me in the future :P
Re: Unlimited Google Drive storage by splitting binary files into base64
#40Anyone remember Gdrive? I can’t find it now, but I think it was probably early or mid 2000s. It let you store files as a local disk (FUSE) via Gmail attachments.
Now Google generously offers Drive with 15Gigs of space.