Hello, I would like to use Dropbox to store images received on my backend. I would also like to get access to the URL that I can directly use in <image href> in frontend. However, going through /upload API I can't find any property in response that corresponds to a URL.
I am using NodeJS + Express as my backend. Any help would be appreciated. Thank you