Reason: Secret...!! 😓
This PHP script is a simple project that I made because of the bored that struck my mind :v , and the usability of this web is just to generate direct download links from the Google Drive site.
As per the information above, this is just a simple project, so here I only use the $ _GET
of the PHP feature and not use an API or Database.
Simple, you just copy ID of Google Drive
link and execute with your site project.
drive.google.com/file/d/1_uWd92AlBL4pItkY1mwW4yuDKMRW1Z7e/view
(the bold text above is a Google Drive ID)
Example Using:
- Original URL:
https://drive.google.com/file/d/1_uWd92AlBL4pItkY1mwW4yuDKMRW1Z7e/view
- Executing:
https://yoursite.com/dl/1_uWd92AlBL4pItkY1mwW4yuDKMRW1Z7e
#NOTE: Just copy ID Google Drive
link and execute with your site url project, but don't forget to adding path url /dl/ before the ID.
https://yoursite.com/dl/ID-GOOGLE-DRIVE
But you can change the url download path {/dl/} with editing the file .htaccess 🤭
Testing Link: https://gddl.herokuapp.com/dl/1_uWd92AlBL4pItkY1mwW4yuDKMRW1Z7e
(c) 2020 GDDL Project by st4zz