@Greg K. Hi Greg, Am able to see the link for download. The link will be something like this: https://dl.dropboxusercontent.com/..... However I need to read the content of this file as BLOB. Is this possible using a http GET request or something?. Please let me know how to achieve this. For instance: https://stackoverflow.com/questions/23684874/dropbox-chooser-get-content-of-the-file-in-javascript - outdated one though. And when I checked this link https://www.dropboxforum.com/t5/API-Support-Feedback/Get-Access-Token-from-Chooser-API/td-p/269129, they have mentioned about GET, but am not able to do a successful get call using the link returned by chooser. ( Is it possible to simulate the GET in Chrome Postman? ). Also is there additional we need to pass for GET, for instance, access token or anything else?
... View more