Google 图片是否允许盗链?
我编写了一个脚本,使用 Google Images JSON API 自动获取帖子的缩略图。我目前直接链接到缩略图(例如http://t3.gstatic.com/images?q=tbn:ANd9GcTok4m3DWNRv8gxMDTE0bwj8m-jYl2UGdlbc7ig158m0XosD-lcQEIFcg)。谷歌允许这样做吗?
如果没有,我应该被允许将缩略图下载到我的服务器,对吧?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
一切都与交通有关。如果您的应用程序会产生大量流量,他们可以禁止您的服务器。
无论如何,更好/最好的方法是向他们询问这个主题。
另外,这可能会对您有所帮助: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
当您将图像缩略图下载到服务器并渲染时,我发现了问题。搜索结果中显示的图像可能受版权保护/不适当。它们是抓取的图像,因此所有者可以随时请求谷歌删除。相反,如果您在本地缓存它们并渲染,我会发现工作流程被破坏,并且您可能正在渲染理想情况下应该被撤销的图像。
回到热链接,你能解释一下实际的使用上下文吗?您正在使用什么 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.