<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>《发布Chrome OS快盘文件系统》的评论</title>
	<atom:link href="https://zohead.com/archives/kuaipan-chromeos/feed/" rel="self" type="application/rss+xml" />
	<link>https://zohead.com/archives/kuaipan-chromeos/</link>
	<description>Uranus Zhou&#039;s Blog</description>
	<lastBuildDate>Wed, 26 Nov 2025 11:17:35 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8</generator>
	<item>
		<title>作者：X D</title>
		<link>https://zohead.com/archives/kuaipan-chromeos/#comment-2184</link>
		<dc:creator><![CDATA[X D]]></dc:creator>
		<pubDate>Sun, 21 Aug 2016 11:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://zohead.com/?p=982#comment-2184</guid>
		<description><![CDATA[用修改的background.js后，各个功能都可以用了。又试了一下，不修改webdav_fs.js的话，确实会有问题，虽然可以直接打开文件，但是无法复制到本地。我挂载的是https://dav.jianguoyun.com/dav/我的坚果云/ 可以用，非常感谢！]]></description>
		<content:encoded><![CDATA[<p>用修改的background.js后，各个功能都可以用了。又试了一下，不修改webdav_fs.js的话，确实会有问题，虽然可以直接打开文件，但是无法复制到本地。我挂载的是https://dav.jianguoyun.com/dav/我的坚果云/ 可以用，非常感谢！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Uranus Zhou</title>
		<link>https://zohead.com/archives/kuaipan-chromeos/#comment-2183</link>
		<dc:creator><![CDATA[Uranus Zhou]]></dc:creator>
		<pubDate>Sun, 21 Aug 2016 07:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://zohead.com/?p=982#comment-2183</guid>
		<description><![CDATA[不修改 webdav_fs.js 的话读取坚果云文件会存在问题出现 HTTP 416 错误，webdav_client.js 修改是解决文件列表的问题，
我这里看起来都是正常的，你可以直接用我改过的 background.js 替换这个路径的文件试试看：
&lt;strong&gt;~/Extensions/hmckflbfniicjijmdoffagjkpnjgbieh/1.0.4_0&lt;/strong&gt;
修改的 background.js 可以从我的 &lt;a href=&quot;https://pan.baidu.com/s/1kVvvrsN&quot; title=&quot;百度云分享&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;百度云分享&lt;/a&gt; 下载。

如果还是有问题的话，你可以打开扩展程序找到 WebDAV File System，
点击“检查视图： 背景页”看看控制台上报什么错误。

另外我是直接挂载的 &lt;strong&gt;https://dav.jianguoyun.com/dav&lt;/strong&gt; 也就是整个坚果云目录，
没有用下面的子目录，不知道你是怎么使用的。]]></description>
		<content:encoded><![CDATA[<p>不修改 webdav_fs.js 的话读取坚果云文件会存在问题出现 HTTP 416 错误，webdav_client.js 修改是解决文件列表的问题，<br />
我这里看起来都是正常的，你可以直接用我改过的 background.js 替换这个路径的文件试试看：<br />
<strong>~/Extensions/hmckflbfniicjijmdoffagjkpnjgbieh/1.0.4_0</strong><br />
修改的 background.js 可以从我的 <a href="https://pan.baidu.com/s/1kVvvrsN" title="百度云分享" target="_blank" rel="nofollow">百度云分享</a> 下载。</p>
<p>如果还是有问题的话，你可以打开扩展程序找到 WebDAV File System，<br />
点击“检查视图： 背景页”看看控制台上报什么错误。</p>
<p>另外我是直接挂载的 <strong><a href="https://dav.jianguoyun.com/dav" rel="nofollow">https://dav.jianguoyun.com/dav</a></strong> 也就是整个坚果云目录，<br />
没有用下面的子目录，不知道你是怎么使用的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：X D</title>
		<link>https://zohead.com/archives/kuaipan-chromeos/#comment-2182</link>
		<dc:creator><![CDATA[X D]]></dc:creator>
		<pubDate>Sun, 21 Aug 2016 02:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://zohead.com/?p=982#comment-2182</guid>
		<description><![CDATA[报告一个问题，编译您修改的app/scripts/webdav_client.js和app/scripts/webdav_fs.js文件后，可以正常挂载坚果云，但是只能向坚果云添加文件，无法读取文件。如果只修改app/scripts/webdav_client.js文件，则可以正常读写。不懂编程，是不是坚果云不会遇到文件长度问题？]]></description>
		<content:encoded><![CDATA[<p>报告一个问题，编译您修改的app/scripts/webdav_client.js和app/scripts/webdav_fs.js文件后，可以正常挂载坚果云，但是只能向坚果云添加文件，无法读取文件。如果只修改app/scripts/webdav_client.js文件，则可以正常读写。不懂编程，是不是坚果云不会遇到文件长度问题？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Uranus Zhou</title>
		<link>https://zohead.com/archives/kuaipan-chromeos/#comment-2169</link>
		<dc:creator><![CDATA[Uranus Zhou]]></dc:creator>
		<pubDate>Tue, 02 Aug 2016 01:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://zohead.com/?p=982#comment-2169</guid>
		<description><![CDATA[Linux或者crouton下用davfs2挂载可以参考：
https://zohead.com/archives/davfs2-nutstore/
Chromebook商店里WebDAV文件系统App挂载坚果云的问题我有空再看看。]]></description>
		<content:encoded><![CDATA[<p>Linux或者crouton下用davfs2挂载可以参考：<br />
<a href="https://zohead.com/archives/davfs2-nutstore/" rel="nofollow">https://zohead.com/archives/davfs2-nutstore/</a><br />
Chromebook商店里WebDAV文件系统App挂载坚果云的问题我有空再看看。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：X D</title>
		<link>https://zohead.com/archives/kuaipan-chromeos/#comment-2168</link>
		<dc:creator><![CDATA[X D]]></dc:creator>
		<pubDate>Tue, 02 Aug 2016 01:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://zohead.com/?p=982#comment-2168</guid>
		<description><![CDATA[webdav 挂载坚果云解决了吗？我也是看不到内容。还有，快盘挂了…国内chromebook用个网盘真费劲]]></description>
		<content:encoded><![CDATA[<p>webdav 挂载坚果云解决了吗？我也是看不到内容。还有，快盘挂了…国内chromebook用个网盘真费劲</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：admin</title>
		<link>https://zohead.com/archives/kuaipan-chromeos/#comment-1814</link>
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 18 Oct 2015 04:24:43 +0000</pubDate>
		<guid isPermaLink="false">http://zohead.com/?p=982#comment-1814</guid>
		<description><![CDATA[百度网盘现在不对个人开发者开放API，想做也没办法了…]]></description>
		<content:encoded><![CDATA[<p>百度网盘现在不对个人开发者开放API，想做也没办法了…</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：ar1987</title>
		<link>https://zohead.com/archives/kuaipan-chromeos/#comment-1813</link>
		<dc:creator><![CDATA[ar1987]]></dc:creator>
		<pubDate>Sun, 18 Oct 2015 03:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://zohead.com/?p=982#comment-1813</guid>
		<description><![CDATA[这个软件用起来非常好，十分感谢。不知道您能否有空也做个百度网盘的相应软件吗？再次感谢。]]></description>
		<content:encoded><![CDATA[<p>这个软件用起来非常好，十分感谢。不知道您能否有空也做个百度网盘的相应软件吗？再次感谢。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：尹富贵</title>
		<link>https://zohead.com/archives/kuaipan-chromeos/#comment-1642</link>
		<dc:creator><![CDATA[尹富贵]]></dc:creator>
		<pubDate>Sun, 26 Jul 2015 07:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://zohead.com/?p=982#comment-1642</guid>
		<description><![CDATA[真的解决了，非常感谢！]]></description>
		<content:encoded><![CDATA[<p>真的解决了，非常感谢！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：admin</title>
		<link>https://zohead.com/archives/kuaipan-chromeos/#comment-1640</link>
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 25 Jul 2015 07:35:31 +0000</pubDate>
		<guid isPermaLink="false">http://zohead.com/?p=982#comment-1640</guid>
		<description><![CDATA[这个可能是因为您的Chromebook系统时间和标准时间差距超过5分钟了，可以修改系统时间或者和NTP服务器同步之后再试试看哦~~~]]></description>
		<content:encoded><![CDATA[<p>这个可能是因为您的Chromebook系统时间和标准时间差距超过5分钟了，可以修改系统时间或者和NTP服务器同步之后再试试看哦~~~</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：尹富贵</title>
		<link>https://zohead.com/archives/kuaipan-chromeos/#comment-1639</link>
		<dc:creator><![CDATA[尹富贵]]></dc:creator>
		<pubDate>Sat, 25 Jul 2015 07:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://zohead.com/?p=982#comment-1639</guid>
		<description><![CDATA[辛苦了，感谢！
反馈一个异常，我在实际应用中安装了您的应用后，点击挂载，弹出报错提示：登陆验证失败：Unauthorized！
多次尝试均报错，无法进入登陆界面。]]></description>
		<content:encoded><![CDATA[<p>辛苦了，感谢！<br />
反馈一个异常，我在实际应用中安装了您的应用后，点击挂载，弹出报错提示：登陆验证失败：Unauthorized！<br />
多次尝试均报错，无法进入登陆界面。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
