I can't seem to figure out how to upload a file using the HTTP block. I tried skipping over to curl, but I have a different problem with single and double quotes. Here's what my CURL command is
--header 'Authorization: Bearer mytoken' --form 'csvData=@"/home/user/volume2/scratch/datafile.csv"'
Works as expected on ubuntu, but can't figure out how to put that in the shell curl block. I'd rather do the HTTP block if I can figure out how to post a file.
Any ideas?