如何在iframe或lightbox中查看google驱动器文档链接

时间:2014-11-11 12:33:17

标签: javascript php jquery html google-drive-api

我必须在灯箱中查看'doc','docx','pdf'。我在iframe中尝试过吹链接和查看googledrive文档链接。但它显示为空白。

参考链接:https://github.com/addyosmani/jquery-googleviewer-plugin/blob/master/demo.html

<iframe src="http://docs.google.com/viewer?url=https://library.osu.edu/assets/Documents/SEL/QuickConvertWordPDF.pdf" width="200" height="200"></iframe>

谢谢你提前

2 个答案:

答案 0 :(得分:0)

试试这个:

  

网址: https://drive.google.com/viewerng/viewer?url=https://library.osu.edu/assets/Documents/SEL/QuickConvertWordPDF.pdf?pid=explorer&efh=false&a=v&chrome=false&embedded=true

<iframe src="https://drive.google.com/viewerng/viewer?url=https://library.osu.edu/assets/Documents/SEL/QuickConvertWordPDF.pdf?pid=explorer&efh=false&a=v&chrome=false&embedded=true" width="400px" height="300px"  />

Live Demo

答案 1 :(得分:0)

在File引用上调用getWebContentLink()方法。使用返回的链接设置iframe的src属性 我假设您正在使用drive java api。

如果您正在使用其他apis找到类似的方法并使用它。