upload-files-to-google-drive
Saves a list of files to an existing folder in Google Drive.
The folder should be shared to with data-flo@data-flo.iam.gserviceaccount.com
and given can edit
permission.
Arguments
Inputs:
files
: The list composed of file contents with one record per file.
folder
: The URL of the folder on Google Drive.
Output:
urls
: A list of Google Drive URLs of the created files.
ids
: The IDs of the created files
Last updated