Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
How to read jpeg image file from SFTP server and base64encode the image in OIC?
Hi , I have a requirement to read a JPEG file from SFTP server and pass this image in workerAPI payload to create a photo for the worker. As the workerAPI request payload requires the image to be as a string in base64 encoding, I tried to use encodeReferenceToBase64 function in OIC after downloading the file in OIC using File Adapter, however the base64 response generated , seems to be corrupted. The response generated does not match with the base64 encoded version of image generated though terminal/ the image getting posted to the worker seems to be a corrupt image and does not load.
1