1.123.5 Cloud Non-Enterprise Version: How can I convert an image to base64 directly using its image URL?

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:

  1. 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;
  2. Using fs, but I don’t have the necessary permissions;
  3. 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?

Hey @charliemiller welcome to the community!

You can use the “Extract from file” node like so:

1 Like