DownloadLargeFilesByUrl icon indicating copy to clipboard operation
DownloadLargeFilesByUrl copied to clipboard

prop.setProperty is failing in Chrome v8

Open knwpsk opened this issue 5 years ago • 0 comments

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.

knwpsk avatar Aug 28 '20 17:08 knwpsk