Just noticed that the "LastVersion" file in the profile folder, as the name suggests, gets updated when the profile is opened with (another version of) BAS e.g. from 114.0.5735.91 to 117.0.5938.63. Therefore it's not suitable for our need to determine the original version of which a profile was created.
But at least can be said what was the latest BAS version that worked with it ;)
How can i get image data as base64 ?
-
I am trying to get image data as base64 to use start working with image feature.
Suppose my image file is present on my hard disk, how can i get that image to convert into base64 data and then use in start working with image http://prntscr.com/s4ukoe ?
I tried to do this http://prntscr.com/s4umx7 but the result generated was of 1 kb. -
@niceusername said in How can i get image data as base64 ?:
I am trying to get image data as base64 to use start working with image feature.
Suppose my image file is present on my hard disk, how can i get that image to convert into base64 data and then use in start working with image http://prntscr.com/s4ukoe ?
I tried to do this http://prntscr.com/s4umx7 but the result generated was of 1 kb.To get image data in base64, use the "Get image data" action
-
@basmail said in How can i get image data as base64 ?:
Its just empty for me, what am I doing wrong? The image parth is correct, checked it a few times.
Best regards!
What are you trying to do? If you need to read a file in base64, use the "Read File" action with the "Save In Base64 Format" option enabled

-
@Fox said in How can i get image data as base64 ?:
@basmail said in How can i get image data as base64 ?:
Its just empty for me, what am I doing wrong? The image parth is correct, checked it a few times.
Best regards!
What are you trying to do? If you need to read a file in base64, use the "Read File" action with the "Save In Base64 Format" option enabled

lol ok, I didn't know that.
Thanks for the answer anyways, I have now solved it with an easy API ^^Best regards!
