How to execute Data Transfer API?
问题 I have few accounts where I need to transfer the ownership to another account. I have the list listed in google sheets with all the email addresses. I am using the code below to hopefully execute it but I am not sure what to use to execute the code. I appreciate your time and help! TIA! function dataTransfer() { var ss = SpreadsheetApp.openById("SHEETID") var sheet = ss.getSheetByName("SHEETNAME"); var start = 2; var end = sheet.getLastRow(); var range = sheet.getRange(start,1,end,sheet