Images hosted on Google Drive are not displaying on a website hosted on GitHub Pages #86985
Select Topic AreaQuestion BodyHello GitHub Pages community, Link to website: https://viviraje.com Thank you, |
Replies: 2 comments 11 replies
|
Hi there, I have the same problem. Using google script and google sheets. Index.html Google sheet - example links https://drive.google.com/file/d/1_BHXTVsok95o2kKXzWfQCP5yexS557Nj/view?usp=sharing Any help will be appreciated. Tks |

This happens since January 24 due to some Google updates
Check it here Google issue tracker: https://issuetracker.google.com/issues/319531488?pli=1
See the example of the change:
OLD LINE OF CODE: https://drive.google.com/uc?export=view&id={ID}
NEW LINE OF CODE: https://drive.google.com/thumbnail?id={ID}&sz=w100
This change is working now!