In order to automate calculation on a spreadsheet, i wrote an Apps Script function. I need data from other spreadsheets of my Google Drive, so I tried to use the openById
and openByUrl
function.
However, I get a permission error. I read that this function is not available anymore. So how to read data from an other Spreadsheet which is not the active spreadsheet?