Is there a way to get an absolute URL of an image after it's been downloaded using the filesDownload function in the JavaScript, I'm also using Node.js and Discord.js, I'm currently trying to download an image from my Dropbox directory and then send it to a Discord channel which only allows for absolute URLs to send images as attachments.
I realise I can use the response.fileBinary to get the data of the image, is there a way to then save this to the server it's running on using the command "node ." and then locate that image on the server which I can then send.