我如何在网站上显示来自Google云端硬盘的图像?
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了我如何在网站上显示来自Google云端硬盘的图像?相关的知识,希望对你有一定的参考价值。
我的一个客户已将一些照片上传到他们的Google Drive,希望我在他们的公司网站上显示他们的照片。我查看了documentation用于在网页中显示Google云端硬盘内容,但看来这只是在网页中显示内容的说明,它已经做到了。
我的问题是,如何直接在客户的网页上显示内容?
谢谢。
答案
使用html中的<img>
标签并将链接粘贴到其中。将URL中的Open?
更改为uc?
。
另一答案
None另一答案
None另一答案
None另一答案
如果你想在你的博客或任何网站嵌入谷歌驱动器的图像,然后只需按照指示: -
博客
- 上传谷歌驱动器上的图像
- 点击图片,并与公众分享
<img src='https://drive.google.com/uc?export=view&id=1OCx6mUEMbWcwCQbDePA5PeeOh'/>
另一答案
<img src="https://drive.google.com/uc?export=view&id=XXX">
https://gist.github.com/evansims/f23e2f49e3d4be793038
<a href="https://drive.google.com/uc?export=view&id=XXX">
<img src="https://drive.google.com/uc?export=view&id=XXX"
style="width: 500px; max-width: 100%; height: auto"
title="Click for the larger version." />
</a>
您需要获取图像的ID:单击“在新窗口中打开”,然后从URL中获取ID。
”>
另一答案
原始网址:https://drive.google.com/file/d/0B6wwyazyzml-OGQ3VUo0Z2thdmc/view>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Google Drive</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<img src="https://drive.google.com/uc?export=view&id=0B6wwyazyzml-OGQ3VUo0Z2thdmc">
</body>
</html>
另一答案
None另一答案
更新18/02/2017另一答案
None另一答案
None另一答案
None另一答案
None以上是关于我如何在网站上显示来自Google云端硬盘的图像?的主要内容,如果未能解决你的问题,请参考以下文章
如何在 ASP.NET 网站上显示来自硬盘驱动器文件夹的图像列表?
如何将添加到Google表格单元格中的图像保存到Google云端硬盘?
将文件从 Google Cloud Storage 添加到云端硬盘