获取公共 Google 文档文件的下载链接

发布于 2024-12-29 11:58:02 字数 583 浏览 1 评论 0原文

阅读 Google Docs API 我发现:

下载

无法以其他格式下载文件 它们最初上传的那个。下载地址为 文件看起来像这样:

https://doc-04-20-docs.googleusercontent.com/docs/secure/m7an0emtau/WJm12345/YzI2Y2ExYWVm?h=16655626&e=download&gd=true

给定一个公共 Google 文档文件 URL,比如说,

https://docs.google.com/open?id=0B1-vl-dPgKm_NTNhZjZkMWMtZjQxOS00MGE1LTg2MjItNGVjYzdmZjYxNmQ5

如何将其转换为下载链接?

Reading the Google Docs API I find this:

Downloading

Files cannot be downloaded in a format other than
the one in which they were originally uploaded. The download URL for
files looks something like this:

https://doc-04-20-docs.googleusercontent.com/docs/secure/m7an0emtau/WJm12345/YzI2Y2ExYWVm?h=16655626&e=download&gd=true

Given a public Google Documents file URL, say,

https://docs.google.com/open?id=0B1-vl-dPgKm_NTNhZjZkMWMtZjQxOS00MGE1LTg2MjItNGVjYzdmZjYxNmQ5

How can I turn it into a download link?

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

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

发布评论

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

评论(2

子栖 2025-01-05 11:58:02

嗨,nightcracker,试试这个:

https://docs.google.com/uc?export=download&id=DOCIDGOESHERE

我只用一个 pdf 尝试过,它工作正常,所以也许玩一下会有所帮助......

祝一切顺利,

戴夫

Hi nightcracker try this:

https://docs.google.com/uc?export=download&id=DOCIDGOESHERE

I've only tried it with one pdf and it worked ok so maybe having a play with that will help....

All the best,

Dave

迷爱 2025-01-05 11:58:02

dkcwd 建议的方法不适用于已发布的文档。

我在此页面。给定发布文档 URL,例如

https://docs.google.com/document/pub?id=[ID]

下载链接,

https://docs.google.com/document/export?format=[FORMAT]&id=[ID]

其中 [FORMAT] 可以是以下值之一:pdf, doc, docx, oo, rtf, txt

The method suggested by dkcwd didn't work for a published document.

I have found the following method in this page. Given a publish document URL, such as

https://docs.google.com/document/pub?id=[ID]

The download link is

https://docs.google.com/document/export?format=[FORMAT]&id=[ID]

where [FORMAT] can be one of these values: pdf, doc, docx, oo, rtf, txt.

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