Github io blog tips
in Studies on Code-Review
Images
Google Drive
It’s very useful that just
linking url in github io
, while saving image files in google drive.
To achieve this comfort,
Observed debugging :
Correct URL but image broken
Even though enabling
sharing option
at image, sometimes image broke like below.
Thanks to stack overflow, we can share image by revising url slightly.
goal is :
https://drive.google.com/uc?export=view&id=XXX
So, we can fix below url
from
drive.google.com/file/d/
1ji6_t5spHDwKslnbQYmhAsiJ3bh1qc3g/view?usp=sharing
to
drive.google.com/uc?export=view&id=
1ji6_t5spHDwKslnbQYmhAsiJ3bh1qc3gresult should be :