Hello
How can I extract, from the VideoCaptured binarydata, the full path and other mediafile information?
Thank youCarolina
Hi Carolina,
I haven't used this component, so this is only based on the description on the component's page itself:
Why do you need that information in the first place?
I read somewhere that the output is a JSON.. but I don't know how to get this data.
When I just try to save the binary from the variable, I get this error:
BinaryToBase64
[1] Failed to parse JSON request content. at ssSARISAApp.ScreenServices.SARISAApp_MainFlow_QuoteVideo_Controller.<ActionBinaryToBase64>b__1(HeContext heContext, String screenName, JObject screenModel, JObject inputParameters, JObject clientVariables) at OutSystems.RESTService.Controllers.ScreenServicesApiController.endpoint(String input, String endpointName, String apiVersion, EndpointImplementationDelegate implementation)[2] The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters. at System.Convert.FromBase64_Decode(Char* startInputPtr, Int32 inputLength, Byte* startDestPtr, Int32 destLength) at System.Convert.FromBase64CharPtr(Char* inputPtr, Int32 inputLength) at System.Convert.FromBase64String(String s) at OutSystems.HubEdition.RuntimePlatform.NewRuntime.ByteArrayConverter.ReadJson(JsonReader reader, Type objectType, Object existingValue, JsonSerializer serializer)
Within the JS, it returns mediaFiles object inside the binary field.. and I would need to get mediaFiles[0].fullPath