Google script: how can i download and execute this code?
by dedec0 from LinuxQuestions.org on (#5GDPV)
I want to list all files (Code:$ find . -type f) in a Google Drive folder (not necessarily mine). I found this page:
1) https://floffi.media/en/web/create-l...-drive-folder/
Which gives the solution:
2) https://script.google.com/macros/s/A...qlO6o6YHM/exec
But when i try to open (2), i am asked to login, and after that, it complains about permission, which i would choose to give, but then [] says that the script is blocked. How do i download this script for myself, and execute it? The execution may be in a browser (preferably), or in a phone. If the code shown in (1) is all that is needed, how do i execute it?
I have read that other solutions exist, but they might be slow. So, i want to see if this one can work, somehow.


1) https://floffi.media/en/web/create-l...-drive-folder/
Which gives the solution:
2) https://script.google.com/macros/s/A...qlO6o6YHM/exec
But when i try to open (2), i am asked to login, and after that, it complains about permission, which i would choose to give, but then [] says that the script is blocked. How do i download this script for myself, and execute it? The execution may be in a browser (preferably), or in a phone. If the code shown in (1) is all that is needed, how do i execute it?
I have read that other solutions exist, but they might be slow. So, i want to see if this one can work, somehow.