DownloadLargeFilesByUrl
DownloadLargeFilesByUrl copied to clipboard
prop.setProperty is failing in Chrome v8
This line:
prop.setProperty("tempFolderId", r.tempFolderId);
is failing, when running in the new Chrome v8 runtime environment. I disabled v8 and ran in legacy apps script environment, and that seems to fix it.