import-file-from-google-drive
Last updated
import-file-from-google-drive adaptor imports a file from Google Drive.
This adaptor imports a file as-is from Google Drive, without processing it or extracting data from it. The file should be shared to with data-flo@data-flo.iam.gserviceaccount.com and given edit permission.
url
Type: text
Required: Yes
The URL of the file to be imported.
file
Type: file
The imported file.
url : https://drive.google.com/file/d/1234/view?usp=sharing
file: file.txt
-> Imported the file file.txt from Google Drive
Import a file of any type from Google Drive, to make that file available to other adaptors for processing (e.g.,create-graph-from-dot,import-from-csv-file, feeding the tree argument in export-to-microreact-project, etc.)
Last updated