2016-09-22 32 views

回答

1

谷歌驅動器中的虛擬主機已被關閉。

參見:
http://googleappsdeveloper.blogspot.com/2015/08/deprecating-web-hosting-support-in.html

您可以使用URL鏈接到圖像驅動器:
https://drive.google.com/uc?id=FILEID

這裏是代碼我的一個項目一個片段:

$("#HeaderImage").html("<img src='https://drive.google.com/uc?id=" + imageId +"'style='max-width:100%'>"); 

如果圖像不公開,用戶需要進行身份驗證並擁有適當的圖像權限。

相關問題