Unlimited Google Drive storage by splitting binary files into base64
11–20 of 251 posts
Re: Unlimited Google Drive storage by splitting binary files into base64
#12Re: Unlimited Google Drive storage by splitting binary files into base64
#13Re: Unlimited Google Drive storage by splitting binary files into base64
#14I had an (evil; don't do this) idea a while back to create a Dropbox-like program that stores all your data as binary chunks attached to draft emails spread across an arbitrary number of free email accounts.
Re: Unlimited Google Drive storage by splitting binary files into base64
#15You can also just use GSuite with a few users to get unlimited Google Drive storage. https://support.google.com/a/answer/139019?hl=en#6_storage
Re: Unlimited Google Drive storage by splitting binary files into base64
#16Re: Unlimited Google Drive storage by splitting binary files into base64
#17I had an (evil; don't do this) idea a while back to create a Dropbox-like program that stores all your data as binary chunks attached to draft emails spread across an arbitrary number of free email accounts.
This existed just after gmail launched. Can't recall the name of the program, but I played around with it to store a few hundred MB in a test account.
Re: Unlimited Google Drive storage by splitting binary files into base64
#18Re: Unlimited Google Drive storage by splitting binary files into base64
#19The Flickr plugin [1] stores data (deduped and encrypted before upload) as PNG images. This was great because Flickr gave you 1 TB of free image storage. This was actually super cool, because the overhead was really small. No base64.
The SMTP/POP plugin [2] was even nastier. It used SMTP and POP3 to store data in a mailbox. Same for [3], but that used IMAP.
The Picasa plugin [4] encoded data as BMP images. Similar to Flickr, but different image format. No overhead here either.
All of this was strictly for fun of course, but hey it worked.
[1] https://github.com/syncany/syncany-plugin-flickr
[2] http://bazaar.launchpad.net/~binwiederhier/syncany/trunk/fil...
[3] http://bazaar.launchpad.net/~binwiederhier/syncany/trunk/fil...
[4] http://bazaar.launchpad.net/~binwiederhier/syncany/trunk/fil...