Hi All,
I am attempting to upload a CSV to external service using an API (storage.googleapis.com).
My process involves creating a CSV file from a data source and sending it through the API via a PUT request.
I have the first part of the process which creates a CSV file working.
I also have the second part of the process responsible for the PUT call working in Postman.
Running the the first part, manually downloading the CSV, and passing through the CSV Postman gives me my desired outcome.
I have to merge the second part of the process from Postman into Xano and I am struggling converting the binary body into a suitable parameter inside of Xano.
Any ideas on how I can structure my parameters to handle the CSV file. I have tried a few different options but have failed to get that sweet 200.
Any assistance will be greatly appreciated.
Thanks.