We have a huge quantity of files that are shared across geo's using Dropbox, when the share link is generated, it looks in this format : https://www.dropbox.com/s/yeywy64jyfkq/BU_3Dr.BMA?dl=0
Since this link has to generates on per-file basis, it is extremely laborious as there is a large quantity of files for which the link has to be generated, it there a way to generate these links through an API(code) or a way to decrypt the unique encryption based on the folder structure and the file name
Thank you
P.S.( I have gone through the solution given here, but, since im new to programming, i am unable to implement the same, i'd be greatfull if someone could give a little explanation on it)