How To Generate Direct Download Link For Google Drive Shared Link By File Id
I want to generate google drive direct download link without opening web page. I have found 1 site which do same thing but I did not find how he is doing. below is the site which g
Solution 1:
you have do something along this lines ..
go to your Google API console and there create or use existing project ( https://console.developers.google.com/apis/credentials )

add Google Drive API
- then generate your
key
- and then you can target URL's with this URL structure: https://www.googleapis.com/drive/v3/files/file_id?key=your_key&alt=media
it is documented on Google API page, here: https://developers.google.com/drive/v3/web/manage-downloads#downloading_a_file
Post a Comment for "How To Generate Direct Download Link For Google Drive Shared Link By File Id"