Code: Select all
https://www.googleapis.com/drive/v3/files/@GDrive_File_ID@?key=@Google_API_Key@&alt=media
Thank you!
Code: Select all
https://www.googleapis.com/drive/v3/files/@GDrive_File_ID@?key=@Google_API_Key@&alt=media
Code: Select all
https://www.googleapis.com/drive/v3/files/QESXE71p5Foe7?key=9nWb6Ppm91TdoQJCDgMj&alt=media
Cubert wrote: Wed May 15, 2019 2:47 pm And this would direct the download directly to the ISO file to download as an ISO file?
No popups or other human interface issues?
If so we could add an area to allow you to use google.
Never used one myself...
Cubert wrote: Wed Jun 12, 2019 12:34 pm We are working on getting App Genie out of BETA this month and the ITNation Explore conference is this week where I will be presenting with Piriform the CCleaner Plugin.
App Genie (Should have a peek)
viewtopic.php?f=61&t=5578
So it will be most likely well in to July before I am able to circle back around to looking at adding this as a feature. It will take some testing and design time to get right.
We have it on our to-do list.
Code: Select all
curl -H "Authorization: Bearer YYYYY" https://www.googleapis.com/drive/v3/files/XXXXX?alt=media -o ZZZZZ
Code: Select all
Invoke-RestMethod -Uri https://www.googleapis.com/drive/v3/files/XXXXX?alt=media -Method Get -Headers @{"Authorization"="Bearer YYYYY"} | Out-File ZZZZZ