I tried to fetch the files encode in the email using the webapp but it is also unable to send file encoded. I think their is some problem from encoder extension side.
Plz anyone help me i am new to ai2 and kodular.
You do not show how your are converting the image to base64 string, whether this is being returned as a base64 string. Your Posttext blocks do not look anything like the ones in the guide, you appear to be doing something different. Hence also need to see your script. Check each of your variables in posttext to ensure it is correct.
oh, i will tell you correctly what i am doing , i am basically updating the excel sheet with text and using this, one post api for text is working fine and for image it is working fine when tested with postman tester but in kodular it isnt giving same results and the main problem that why it doesnt give me result is that i dont think the encoder is actually encoding my image.
If you are trying to set the base64 string to the content of a cell in google sheets, you only have 50,000 characters to play with. A 500kb image file is likely to have more characters than that.
I removed the extension that you posted because only the developer can upload an aix. Next time please post a link to developer’s topic or site like I did
nah ,i am not trying to put the string to content of a cell rather than i am inserting it using spreadsheet.insertImage() function all my variables are correct so far i have tested for all variable but only var file is unable to access.
Lemme just check for check for encoding in companion as u suggested and tell u result.
Unfortunately, I am not a mind reader. If you do not share what you are doing, blocks, script, setup, I have no way of knowing where your issue lies.
To use Do it, your app must be connected to your companion, and you can then right click on the EncodeImage block and select Do It - AFTER you have selected an image with the imagepicker.
i just created a second project and used it to just get block results , u check if i am doing something wrong. test.aia (30.1 KB)
u just try this your side none of this works for my selected file