I am working on an integration with smart sheet an...
# suitescript
n
I am working on an integration with smart sheet and the business would like to be able to send files from the file cabinet. SS only accepts binary and netsuite stores in base64. Is there a way in suitescript to convert a base64 to binary?
s
through a third party intermediary, like Azure Functions or AWS Lambda or Google Cloud Functions
n
Thank you