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
Type: graphDescription: Graph
Output ports¶
- graph
Type: graphDescription: GraphOptional number of ports: 0–1 (default: 0)- web_url
Type: textDescription: 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¶
Example flows demonstrating this node:
Implementation¶
- class node_graph.CreateFileLinkGraph[source]