I would like to be able to make a share link to a Dropbox file that itself contains a URL such that when the user executes the first link in their browser the end result is that the URL stored in the DB file gets executed through the domino effect of link calling link. How can I best accomplish this?
I tried using the DB feature where you can save a URL to dropbox. That does not meet my needs because I need to be able to change the URL saved within the drop box file.
Can this be done with JavaScript or would I also need to use the DB api in order to parse the URL stored in the DB file? The DB file will only contain the URL... so really it would not need to be parsed if... so would JavaScript be able to do the whole job?