Upload File¶
Documentation¶
Upload File to the Folder specified by the Folder Item passed as Graph Data input.
Optionally outputs Graph port with the Folder Item as Graph Data.
Definition¶
Input ports¶
- graph graph
Graph
- file datasource
File
Output ports¶
- graph 0 - 1, graph
Graph
Configuration¶
- If file already exists (if_file_exists)
What to do if the file already exists
Examples¶
Implementation¶
- class node_graph.UploadFileGraph[source]