Live data from Hacker News

Unlimited Google Drive storage by splitting binary files into base64

github.com

31–40 of 251 posts

Re: Unlimited Google Drive storage by splitting binary files into base64

#32

Base85 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 ;-)

Here is an implementation of arbitrary data storage using YouTube videos: https://github.com/dzhang314/YouTubeDrive

Re: Unlimited Google Drive storage by splitting binary files into base64

#33
post #31
post #26

Could 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.

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

#35
post #33
post #31

Earlier 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?

FTA "A single google doc can store about a million characters. This is around 710KB of base64 encoded data."

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

#38
post #33
post #31

Earlier 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?

Simple, Google wants to encourage people to use their office suite so they indirectly subsidise it in this way.

Re: Unlimited Google Drive storage by splitting binary files into base64

#40

Anyone 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.

I remember using it back in 2005 iirc, and it was amazing. The files had a label called gmailfs.gDisk which is how it could keep the "file system" separate from the rest.

Now Google generously offers Drive with 15Gigs of space.

Post reply on HN