Google 图片是否允许盗链?

发布于 2024-12-11 10:43:53 字数 338 浏览 0 评论 0 原文

我编写了一个脚本,使用 Google Images JSON API 自动获取帖子的缩略图。我目前直接链接到缩略图(例如http://t3.gstatic.com/images?q=tbn:ANd9GcTok4m3DWNRv8gxMDTE0bwj8m-jYl2UGdlbc7ig158m0XosD-lcQEIFcg)。谷歌允许这样做吗?

如果没有,我应该被允许将缩略图下载到我的服务器,对吧?

I wrote a script that uses the Google Images JSON API to automatically fetch thumbnails for posts. I'm currently linking directly to the thumbnail (eg. http://t3.gstatic.com/images?q=tbn:ANd9GcTok4m3DWNRv8gxMDTE0bwj8m-jYl2UGdlbc7ig158m0XosD-lcQEIFcg). Does Google allow that?

If not, I should be allowed to download the thumbnails to my server right?

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

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

发布评论

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

评论(2

走走停停 2024-12-18 10:43:53

一切都与交通有关。如果您的应用程序会产生大量流量,他们可以禁止您的服务器。
无论如何,更好/最好的方法是向他们询问这个主题。

另外,这可能会对您有所帮助:Google 服务条款摘要

Its all about traffic. If your app will make tons of traffic, they can ban your server.
Anyway, better/best way is to ask them about this subject.

Also this might help you : Google Terms of Service Highlights

我不是你的备胎 2024-12-18 10:43:53

当您将图像缩略图下载到服务器并渲染时,我发现了问题。搜索结果中显示的图像可能受版权保护/不适当。它们是抓取的图像,因此所有者可以随时请求谷歌删除。相反,如果您在本地缓存它们并渲染,我会发现工作流程被破坏,并且您可能正在渲染理想情况下应该被撤销的图像。

回到热链接,你能解释一下实际的使用上下文吗?您正在使用什么 API,您在搜索什么,您是否拥有您正在过滤的网站/帖子?

图像搜索 API 也已被弃用。根据条款,自通知起,它的有效期仅为三年。

I see problems when you download the image thumbnail to your server and render. Images shown in search results might be copyrighted/inappropriate. They are crawled images so the owner can request google to remove at anytime. On contrary, if you cache them locally and render, I see the workflow is broken and you might be rendering image that ideally should have been revoked.

Coming back to hot linking, can you explain bit more on the actual usage context. What API you are using, what are you searching at, do you own the website / posts that you are filtering?

Also image search API is deprecated one. By terms it would be active only for three years since notice.

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