by stereoradonc on 4/1/23, 4:16 AM with 306 comments
by chrisbolt on 4/1/23, 4:27 AM
by mcherm on 4/1/23, 12:40 PM
Google KEEPS setting new records for poor customer communication, to the point where I (and much of the HN crowd) now expect it. Android developer banned from the app store? There is no meaningful way to appeal but you'll probably never be able to find out why. Your best hope is to post on HN and hope someone with power at Google notices.
Leadership at Google ought to recognize this; they ought to make an effort to improve the channels by which "customers" can communicate with Google. But I see no signs that they are even aware of the issue; I see no effort to change anything.
I would try to tell them but... there's no communication channel. Maybe I should post about it on HN.
by bigiain on 4/1/23, 4:55 AM
“ a safeguard to prevent misuse of our system in a way that might impact the stability and safety of the system."
Google: We have identified modern web development as a threat to our systems, and have taken measures to ensure npm users cannot store their npm_modules directories on GoogleDrive. Please consider rewriting your nodejs projects in Go.
by mort96 on 4/1/23, 10:40 AM
In this thread, the prevailing thought seems to be that having a 5M file limit is unreasonable and adding it without disclosing it is egregious.
Just a curious thing I noticed.
by throwaway_ab on 4/1/23, 5:52 AM
Things I store that have lots of files:
- The frames for my Timelapse videos = 400,000 files
- The files in my Eagle app photo database = 400,000 files
- Other image files, my programming repositories, documents, music, stable diffusion Deforum frames = 400,000 files
80% of these files I've accumulated in the last 12 months and can see myself easily hitting this 5,000,000 file limit well before I run out of TB's
So now I know I will never be able to use all the space I'm paying for, I'm going to stop uploading my files and instead search for a proper backup service, something I should of researched in the first place.
Anyone here have any recommendations for a backup service?
by fencepost on 4/1/23, 6:20 AM
by hedora on 4/1/23, 5:48 AM
Well, yeah, I imagine they’re moving elsewhere.
Seriously though, do people actually trust them not to randomly intentionally break stuff at this point?
by rsync on 4/1/23, 5:42 PM
I can’t comment on that but I do know that modern, encrypted, archive tools such as duplicity and borg and restic “chunk” your source files into thousands (potentially millions) of little files.
We see tens of billions of files on our zpools and have “normal” customers breaking 1B … and the cause is typically duplicity or borg.
by greatgib on 4/1/23, 11:46 AM
In my experience, GDrive is a piece of crap with a lot of weird behaviors and easy ways to lose your data if you sync your computer with it.
The worse here, as said by multiple persons, is not to have a limit. A limit on their service is fair. It is that this limit is undocumented, and that their key selling point is to shout everywhere that if you pay you will have "unlimited" storage. And that it will scale more easily than using your own "not cloud" backups.
by exabrial on 4/1/23, 5:38 PM
Real Engineering involves developing forward looking designs and maintaining backwards compatibility. It involves a release schedule. It involves communication channels and releases notes. It’s hard. It’s unsexy.
Google treats their product lineup with the seriousness of a social media platform. They don’t care about your puny business; even if it means the world to you, it means nothing to them.
by Beldin on 4/1/23, 9:10 AM
by stinos on 4/1/23, 6:58 AM
by jmyeet on 4/1/23, 11:29 AM
I don't know the serverside implementation of Google Drive but imagine the files on your Drive correspond to files on something like an ext4 filesystem. In this scenario, each file has a cost (eg in the inode table) and there is wastage depending on what your block size is. Whatever the case, Drive seems to treat files as first-class objects.
Compare this to something like Git. In Git (and other DVCSs like Mercurial), you need to track changes between files so the base unit is not files, it's the repo itself. It maps to your local filesystem as files but Git is really tracking the repo as a whole.
So if you were designing Google Drive, you could seamlessly detect a directory full of small files and track that directory as one "unit" if you really wanted to. That would be the way you make the product dictate the design.
by fsh on 4/1/23, 6:40 AM
by harshaw on 4/1/23, 12:54 PM
The problem with google is if they fuckup their service they make it the customers problem. Other places if they fuckup, its more viewed as a one way door. You can sunset old products with (in this case, unlimited files), but you never put in a new restriction.
by burnished on 4/1/23, 7:10 AM
by topicseed on 4/1/23, 6:49 AM
by ourmandave on 4/1/23, 4:23 PM
Like my dad has 300+ unread emails with who knows how many gigs of attachments.
by lopkeny12ko on 4/1/23, 4:56 PM
by Reptur on 4/1/23, 5:25 PM
by squokko on 4/1/23, 6:41 PM
Microsoft software is much worse than many competitors but it's documented, the behavior doesn't change suddenly, and it's backwards compatible.
by nickcw on 4/1/23, 7:22 AM
Here is a thread discussing it on the rclone forum:
https://forum.rclone.org/t/new-limit-unlocked-on-google-driv...
It would be nice to have official confirmation of the limit rather than relying on speculation.
by SMAAART on 4/1/23, 1:19 PM
by LightBug1 on 4/1/23, 6:46 PM
I'll never understand how such a large organisation can let this kind of stuff happen.
by thrdbndndn on 4/1/23, 10:10 AM
I believe Google Drive for Workspace always have a file count limit, and IIRC it's as low as 500k or something, despite having "unlimited" capacity.
To be totally fair to Google, I know this precisely because there are communities of data hoarders that actively abuse various cloud storages. In Google Drive's case, They have ways to create "free" Google Workspace accounts via registration exploitation from various institutions. People use them to store PB-level data.
(For the interested, there are also ways to apply free MS developer accounts that are supposed to expire in 3 months but can be re-refresh indefinitely. This comes with 5TB "free" cloud storage x 5 (10?) separate sub-accounts.)
by SergeAx on 4/1/23, 11:09 AM
by nashashmi on 4/1/23, 11:40 AM
by Overtonwindow on 4/1/23, 10:54 AM
by anothernewdude on 4/1/23, 8:14 AM
by eviks on 4/1/23, 8:19 AM
by slackfan on 4/1/23, 2:42 PM
Yay.
by benhurmarcel on 4/1/23, 1:22 PM
by jeron on 4/1/23, 7:21 AM
by sqldba on 4/1/23, 6:49 AM
I wonder what vanishingly small is. 0.001% of a million is still thousands.
by nathants on 4/1/23, 6:53 AM