Does anyone know how to upload binary files to Dro...
# integrations
v
Does anyone know how to upload binary files to Dropbox? I am unable to upload PDFs and image files. Other files I am able to upload, like text and CSV,. I am integrating Netsuite and Dropbox.
j
I had this exact same problem with Box. Never got it to work. I ended up using Box’s “send to folder via email” feature instead.
v
@jen Thanks for the suggestion; I will try the same feature. I do not know why this issue is coming up.
m
@VS You actually have to build a multipart form object by hand to send out. Here's a link to a resource https://blogs.oracle.com/developers/post/mastering-multipart-post-requests-with-files-in-netsuite-integrations But even then, with some types of files, it doesn't work properly and you need a third party API to take what you send out of NetSuite, recreate the byte file and then pass it onto something like Box.