TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What are your biggest frustrations with Google Drive/Box/Dropbox?

3 点作者 n0rlant1s超过 2 年前
Been wildly frustrated these past few weeks and want to see if I'm not the only one. Considering building a tool for my needs in the space and would love to hear if anyone else have them too

3 条评论

Leftium超过 2 年前
Being unable to ignore node_modules directories.<p>- There&#x27;s no need to sync these directories. They can be recreated very quickly via `npm install` but the tons of tiny files take forever to sync.<p>- In addition, Dropbox locks these files causing npm to fail. So I often found myself pausing Dropbox just so I could use npm.<p>Fortunately, I found two solutions:<p>1. A script to tell DB to ignore node_modules directories based on: <a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;a&#x2F;69655523&#x2F;117030" rel="nofollow">https:&#x2F;&#x2F;stackoverflow.com&#x2F;a&#x2F;69655523&#x2F;117030</a><p>2. OR <a href="https:&#x2F;&#x2F;www.insynchq.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.insynchq.com&#x2F;</a> can be configured with .gitignore-style rules.
评论 #34404836 未加载
nicbou超过 2 年前
I use Google Drive to sync my uncommitted project code between my big laptop and my small laptop.<p>In theory, I could just open the small laptop and let it sync for a few minutes, then head out.<p>In practice, Google Drive does not sync file permissions, and at least one renamed my entire folder $foldername (1), breaking everything and requiring two hours and a lot of bandwidth to fix.<p>It also can&#x27;t ignore directories that are there, but don&#x27;t need to be synced. For example, build directories that contain large files that can be regenerated on the fly.<p>Rsync would be better.
评论 #34406754 未加载
评论 #34404846 未加载
lostdog超过 2 年前
I would love to use local programs and rely on these fine storage systems as the distributed storage for the programs. However I never know if I can trust them to behave properly in this setup. Dropbox in particular looks like it always wants to disable these types of setups, rewrite common apps themselves and force you to use them.
评论 #34406859 未加载