TIMAI2
November 27, 2021, 9:08am
18
You need to set up a google sheet so that you can run an apps script to capture and store filenames and file IDs from specific folders, then you can select as you wish.
See here:
Google Drive is a wonderful thing, but when it comes to getting at a file with scripts things can get a little quirky. Every file and folder has a unique ID number (28 digits, letters and other marks) which can make it easy to locate it, if you know...
and then here
You do not appear to have made any changes to your blocks to accommodate the work already provided for you ? However....
I believe this does what you want:
store files on google drive in the same folder
store a list of files and file IDs in a google sheet
download this list
use a listview to select a file from the list
download that file (if not already on device) and view contents
I set up a folder and three files on google Drive
[image]
I created a spreadsheet to store the filenames and …