Google文档查看器 - 文件请求超时

时间:2013-06-28 08:22:14

标签: joomla timeout google-docs google-document-viewer

我正在使用Joomla网站,该网站包含一组需要使用Google文档查看器显示的文档。

虽然只有经过身份验证的用户才能访问该文件,但即使没有身份验证,该文件也可以通过http://www.example.com/files/somefile.pdf之类的直接路径进行访问。

因此,当我尝试使用类似此链接的Google Viewer查看文件时。

http://docs.google.com/viewer?url=http://www.example.com/files/somefile.pdf

大小小于100kb的文件是可见的,休息时所有错误消息显示为:

Sorry, it took too long to find the document at the original source. Please try again later. You can also try to download the original document by clicking here.

因此,我不确定这是否与Google Doc Viewer,Joomla或任何服务器问题有关,因为请求超时。

如何使用Google文档查看每个文件的大小?

1 个答案:

答案 0 :(得分:0)

如果仅限PDF,您也可以直接使用Mozilla的pdfjs。然后你应该检查你的URL编码。如果问题仍然存在,请查看https://code.google.com/p/google-api-php-client/以便就地转换文档。使用pdfjs打开它们仍然建议绕过Google-Doc-Viewer问题,至少这是我能够正常工作的方法。