Create File Link¶
Documentation¶
Create File Link to the File specified by the File Item passed as Graph Data input.
Optionally outputs Graph port with the Link Item as Graph Data.
Definition¶
Input ports¶
- graph graph
Graph
Output ports¶
- graph 0 - 1, graph
Graph
- web_url text
Web URL
Configuration¶
- Expire after (days) (expire_after)
Set expiration time of link (days) from time of creation (when the node is run). 0 means no expiration or organization limit
- Scope (link_scope)
Scope options, see https://docs.microsoft.com/en-us/graph/api/driveitem-createlink#scope-types
- Type (link_type)
Type options, see https://docs.microsoft.com/en-us/graph/api/driveitem-createlink#link-types
- Password (password)
Optional password, empty means no password.
Can use the credential system for storing credentials outside of the node’s configuration. For more information, see the Credentials section of the documentation.
Examples¶
Implementation¶
- class node_graph.CreateFileLinkGraph[source]