在 Chrome 中设置 --unlimited-quota-for-files 标志

发布于 2024-11-07 02:09:57 字数 249 浏览 1 评论 0原文

我正在使用 html5 中的文件和文件系统 api,显然你需要打开 --unlimited-quota-for-files 标志才能工作,但我无法弄清楚这是如何完成的,任何人都可以告诉我该怎么做?

http://www.html5rocks.com/tutorials/file/filesystem/

I'm playing around with the file and filesystem api in html5 and apparently you need to have the --unlimited-quota-for-files flag turned on for it to work but I can't work out how this is done, can anyone tell me how to do this?

http://www.html5rocks.com/tutorials/file/filesystem/

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

﹏雨一样淡蓝的深情 2024-11-14 02:09:57

只需关闭 Chrome 并从命令行运行它,如下所示

google-chrome --unlimited-quota-for-files

Just close Chrome and run it from command line like this

google-chrome --unlimited-quota-for-files
狼性发作 2024-11-14 02:09:57

谢谢,差不多就这样了,您需要 cd 进入 chrome.exe 所在的目录并运行: chrome --unlimited-quota-for-files

Thanks, that was nearly there, you need to cd into the directory where chrome.exe lives and run: chrome --unlimited-quota-for-files

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文