I wish to use the etl tool's REST utility to download a file from dropbox. I read in the developer docs that we can use this URL:
https://content.dropboxapi.com/1/files/auto/<path>
But how do we specify the path? Is it the path starting from the folder name? but what about authentication? How will the URL divert to the correct user and folder?