谷歌文档查看器显示私人文档或Python文档渲染库

发布于 2024-12-12 21:16:12 字数 1539 浏览 2 评论 0原文

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

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

发布评论

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

评论(1

菩提树下叶撕阳。 2024-12-19 21:16:12

Google 的文档查看器无法做到这一点,因为它需要将文件的 URL 作为参数显示(这使得无需登录即可检索 URL 并下载文档),如果无论如何都想使用它,您将必须创建文档的预览版本。

编辑:
您可以将 Google 文档查看器的 url 参数更改为您服务器上的脚本,该脚本应仅接受来自 Google 文档查看器的文档请求(可通过用户代理 Mozilla/5.0 (Windows NT 6.1;WOW64;rv:8.0) Gecko/20100101 Firefox/8.0,gzip(gfe)(通过docs.google.com/viewer) 它很轻,我知道)并根据 id 参数或其他参数提供适当的文件。这样您就可以控制谁可以访问文档。这是我的2分钱。

It's not possible with Google's doc viewer since it needs the URL of the file to be displayed as a parameter (which makes it possible to retrieve the URL and download the documents without being logged in), if want to use it anyway, you'll have to create a preview version of your documents.

Edit :
You can change the url parameter of Google's doc viewer to a script on your server, this script should only accept requests to documents from Google's doc viewer ( identifiable with the user agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0,gzip(gfe) (via docs.google.com/viewer) it's light, I know ) and serve the appropriate file depending on an id parameter or something. This way you can control who gets access to the documents. That's my 2 cents.

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