I am trying to create a resumè parser by uploading and downloading resumès into my google drive and then sending it to an external resume parser using the http module but I cant figure out which data to pass in the parameter because I need the data to be in binary but i can’t see any binary output from the Google Drive Download a file module. So i keep on getting an error in the http module whenever I try to pass something else in the value parameter.
1 Like
Hi @Kabir_Chandhok Welcome to the community!
Have you tried toBinary function avaible under Text and binary functions section?
It might solve your problem.
Best,
@Prem_Patel
Looks like a good approach,
I think using the toBinary()
function might be the missing piece.
Hopefully this way works for you!
Thanks.