Hello, I'm trying to run the function below, and all parameters are valid.
function getFiles(fileId, auth){
const drive = google.drive({version: 'v3', auth});
var dest = fs.createWriteStream('pppp.pdf');
drive.files.get({
fileId: '1n...
asked by
27.07.2018 / 19:11