This node connects to Google Drive. The resulting output port allows downstream nodes to access the files in Google Drive, e.g. to read or write, or to perform other file system operations (browse/list files, copy, move, ...).
Path syntax: Paths for Google Drive are specified with a UNIX-like syntax, for example /My Drive/folder/file.csv , which is an absolute path that consists of:
- A leading slash ( / ).
- The name of a drive ( My Drive ), followed by a slash.
- Followed by the name of a file ( file.csv ).