谷歌文档查看器的文档

时间:2014-08-17 09:16:12

标签: javascript html google-docs

它看起来很奇怪,但我没有得到谷歌文档查看器的文档在哪里嵌入我的网站。 https://docs.google.com/viewer这里是我只能生成链接的链接。实际上我想增加或删除超时检查,因为我无法查看大尺寸的文件。这就是我现在正在做的事情

<iframe id="iframe1" src="www.urltopdf.pdf&embedded=true"width="1000" height="800" ></iframe>

并且大文件会出现以下错误。

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.

1 个答案:

答案 0 :(得分:1)

以下是一个页面,其中包含一个表单,用于生成指向文档查看器的链接:https://docs.google.com/gview

[编辑] Google可能已弃用此功能。

在此页面中,您可能已经看到了非常少的文档,但我没有找到任何其他文档,搜索“gview”在developers.google.com中得到0结果。

使用此查看器还有其他类似的Joomla或Wordpress插件问题。

作为此查看器的替代,如果您在Google云端硬盘中托管这些文件,则可以使用google驱动器的内置预览功能:

<iframe src="https://docs.google.com/file/d/fileID/preview" width="640" height="480"></iframe>

您可以通过点击然后点击integrate element,从Google云端硬盘中的任何预览文档轻松访问此内容。