ArdiArtani/Google-Drive-Player-Script

Simple solution

Closed this issue · 2 comments

curl -c ./cookie -s -L "https://drive.google.com/uc?export=download&id=${fileid}" > /dev/null
curl -Lb ./cookie "https://drive.google.com/uc?export=download&confirm=`awk '/download/ {print $NF}' ./cookie`&id=${fileid}" -o ${filename}

you can adapt this commands to php
i recommend streaming the out file to browser

I still dont understand, so what do i need to make the script working again and bypassing the filedeo ? Can you please help me to better understand this