Separate names with a comma.
I figured it out. I figured out how to get the message in the action script and add to the JSON. In my use case I'm processing the message value...
Thanks for the info. Unfortunately I have limited time to spend on this so unless there is a quick way to do this I have to move onto other tasks....
OK. I didn't the fields in the message in the activity log, so I wasn't sure if this is possible. I will try to access the field in the script.
For our “interim” solution we built a LiquidFiles custom connector in Logic Apps that contains actions for share creation, share user access, and...
I was not sure where to create this post. We have created custom fields in a system FileDrop based on the following article. Filedrop Custom...
We are looking at what Okta calls passthrough federation for a another project. It is an additional cost. So for many organizations it is out of...
This is what I see in the activity log. "files":[{"filename":"comedy-sportz-logo.png","size":36793,"size_human":"35.9...
The logs show that the message JSON definitely has changed. The example ruby scripts will not work that are found here...
Previously I've followed the example at https://docs.liquidfiles.com/actionscripts/message_delivery.html to get files from a FileDrop using...
I never heard from LiquidFiles. I am assuming this cannot be done. For this use case we will look to another system such as SharePoint.
Is there a limit to the number of shares we can create? We could potentially need hundreds of shares, maybe at least one thousand.
I submitted a feature request for a Share Admin role. Another optionmight be an Admin "Light" Role. This role woudl have the ability to manage...
With the switch to Ubuntu starting with version 4, when will the security documentation receive an update? I ask because our infrastructure and...
Would like to use two IDPs, one for internal users (Azure AD) and one for external users (Okta).
For one of our uses cases staff need to create two hundred shares with each share having an unique external customer permission. Currently in...
Our organization is moving forward with LiquidFiles implementation. With our purchase process it will take six to eight weeks to complete the...
I have an actionscipt working which sends uploaded filedrop information to an Azure logic app. There doesn't appear to be an API method to...
Just dawn on me to postman to provide the ruby code for my successful request. I used that code and it worked!
I also tried the SFTP upload example using a known good SFTP server. Same thing, nothing happens. We are using the trial licesne, is that an issue?
The issue I'm having is that the curl request doesn't make it to the Azure logic app. I tried with generic json formatted data. This is now what I...