Hello, I’m having some trouble using a Base64-encoded file in a service.
We tried parsing the result in the service, but the function timed out.
We also tried sending it as a query parameter, but it was too long.
Now, we’re parsing the result on the client side and persisting our runtime object. However, when we read the object, the Base64 string is empty.
Any tips?