Skip to content

Instantly share code, notes, and snippets.

@riedayme
Last active May 15, 2020 08:23
Show Gist options
  • Save riedayme/835a7933aa8aad53ebbd817fa61f7e5f to your computer and use it in GitHub Desktop.
Save riedayme/835a7933aa8aad53ebbd817fa61f7e5f to your computer and use it in GitHub Desktop.
Google Drive Image Host
<?php
$remoteImage = "https://drive.google.com/uc?id=1DqLVbmwjnZ9wKU0rY7F0yEupBtnw2JFY";
$imginfo = getimagesize($remoteImage);
header("Content-type: {$imginfo['mime']}");
header("Cache-Control: max-age=2592000");
readfile($remoteImage);
?>
https://www.youtube.com/results?search_query=google+drive+as+cdn
https://drive.google.com/file/d/1DqLVbmwjnZ9wKU0rY7F0yEupBtnw2JFY/preview
https://drive.google.com/uc?id=1DqLVbmwjnZ9wKU0rY7F0yEupBtnw2JFY
https://doc-0o-3k-docs.googleusercontent.com/docs/securesc/tdodpcaubs7na8jp7gp1u15rqn030m52/jnmecd33aftvifi54deq6c5inh1a5qca/1585259475000/12807562125500433433/12807562125500433433/1DqLVbmwjnZ9wKU0rY7F0yEupBtnw2JFY?authuser=0
https://doc-00-4g-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/fot4cdcoq1iqsqqb12tnj0tobkkil1hq/1585259625000/12807562125500433433/*/1DqLVbmwjnZ9wKU0rY7F0yEupBtnw2JFY
https://focdownloads.blogspot.com/2019/06/how-to-host-your-css-js-on-google-drive.html
https://drive.recmail.net/
https://www.youtube.com/watch?v=-gwvc4Gywvc
https://stackoverflow.com/questions/900207/return-a-php-page-as-an-image
https://drive.google.com/thumbnail?id=1DqLVbmwjnZ9wKU0rY7F0yEupBtnw2JFY&sz=w100-h100
https://lh3.googleusercontent.com/d/1DqLVbmwjnZ9wKU0rY7F0yEupBtnw2JFY=s1600
https://lh3.googleusercontent.com/d/1R6Pi_RjL8YSW3s0fxKQJmEZL3SZUWtRi=s600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment