We are going to use drive picker as attachement field, so whenever an user uploads a file or multiples files to drive we have to get the links of the files and show it to the user in the form.
Google App maker multiple files drive upload
366 Views Asked by Hemanthkumar Rajan At
1
Here is a code sample with following assumptions:
This code will make N requests to the server, where N is number of attachments. You can use
google.script.run
to make a single call and handle creating new attachment records and relations on server, but then you'll need manually reload relation to show changes to user.