I’m using the 1.123.5 Cloud non-enterprise version and want to convert an image to base64 directly using its URL.
I’ve tried the following methods:
- Using an HTTP node and setting the response to file data type, then using subsequent nodes to retrieve the binary data, but I always get filesystem-v2, which they told me is a sandbox environment;
- Using fs, but I don’t have the necessary permissions;
- Using requests or urllib.request in Python, which doesn’t seem to be supported. Besides local deployment and upgrading to the enterprise version, are there any other solutions?