#!/bin/bash
fileid="### file id ###"
filename="MyFile.csv"
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}
curl
<iframe width="100%" height="290" src="http://snipet.teknotit.com/index.php?embed=5d0a3744d95aa" type="text/html"></iframe>
Texte seul - Permalink - Snippet public posté le 19/06/2019