Neil Lovelace :
Neil Lovelace :
Neil Lovelace : When I make the exact same call in PostMan I am able to complete this call successfully.
Dylan Sather (Pipedream) : your headers
are being included as a part of the data
property in the axios request.
Dylan Sather (Pipedream) : I noticed some indentation issues appear to be tripping you up (e.g. here and in the undefined filePath
issue earlier). You might try clicking into your code step and using these keyboard shortcuts to format your code, which should indent the code to a standard level of indentation in JavaScript and might make the issue more obvious
Neil Lovelace : Oh for crying out loud.
Once again, you have saved my butt.
Neil Lovelace : Thank you again.
Dylan Sather (Pipedream) : haha no worries
Neil Lovelace : Thank you again for your help. I am now able to download the file (I think). At least I am not erroring out and I see a file name listed in my /tmp folder.