This Action will create a shareable link for a file in your OneDrive.
- API endpoint slug
- onedrive.create_sharing_link
- Filter code method
- Onedrive.createSharingLink.skip(string?: reason)
- Runtime method
- runAction("onedrive.create_sharing_link", {})
Action fields
- Label
- File path
- Helper text
- The full path to the file (e.g. Documents/report.pdf).
- Slug
- file_path
- Required
- true
- Can have default value
- true
- Filter code method
- Onedrive.createSharingLink.setFilePath(string: file_path)
- Label
- Link type
- Helper text
- The type of access the link grants.
- Slug
- link_type
- Required
- true
- Can have default value
- true
- Filter code method
- Onedrive.createSharingLink.setLinkType(string: link_type)