Hi MohammadSalauddin,
I don’t get your question exactly, but I think you are asking why you can’t view the file you are retrieving using an REST GET API call.
If writing the file to a folder is an REST POST command and you need to Base64Encode the binary to ASCII, I assume that retrieving the file is an REST GET command. The product of that call will be again a ASCII string that you need to convert into a binary using Base64Decode.
If you give me the link to the REST API I can even be more specific, but I hope this helps you already.
Go Make It
Hi MohammadSalauddin,
I don’t get your question exactly, but I think you are asking why you can’t view the file you are retrieving using an REST GET API call.
If writing the file to a folder is an REST POST command and you need to Base64Encode the binary to ASCII, I assume that retrieving the file is an REST GET command. The product of that call will be again a ASCII string that you need to convert into a binary using Base64Decode.
If you give me the link to the REST API I can even be more specific, but I hope this helps you already.
Go Make It