Hello:
Our setup uses a server-less configuration in the sense that we do not have access to any file system; all we can go is GET a file from a URL (such as in an arrayBuffer). I’ve tried without success to be able to POST the contents to Dwolla’s documents endpoint. We’ve tried:
uploading a base64 string
uploading as an arrayBuffer
getting the file as a base64 string and converting to (and uploading as) a blob
getting the file as an arrayBuffer and converting to (and uploading as) a blob
Wondering if anyone has a code snippet I could look at if anyone has faced a similar scenario of needing to first GET a file from an off-site URL and then upload that to Dwolla directly (i.e., without saving it to a file system first). Thanks for your help! Happy to buy you a coffee!
spencer
(Spencer Hunter - Lead Developer Advocate @ Dwolla)
2
Hey @barrownicholas , what language are you using (Node.js, python, other?) and are you open to using a third party dependency?