Hello, please help me solve the problem.
I have 500+ shared links from another user.
I created my Dropbox account and created an application where I obtained KEY, SECRET, and TOKEN.
The shared links look like this:
https://www.dropbox.com/scl/fo/mp**********mwkrdxiko/h?rlkey=bu9j7zrcn**********p09lep&dl=0
https://www.dropbox.com/scl/fo/xffn**********7luxape/h?rlkey=bw5vgt01fyj0**********b4i&dl=0
https://www.dropbox.com/scl/fo/mo9xzivg**********032/h?rlkey=etvds95uk3o**********r1a7&dl=0
https://www.dropbox.com/scl/fo/21csj43p**********214/h?rlkey=huj6s4cdhhc71fw**********&dl=0
https://www.dropbox.com/scl/fo/hcrjwuj**********p3oh/h?rlkey=pt5f7tw0yr**********xl99n&dl=0
I need to add these folders to my account (in bulk).
Trying to get some information, I can only call the `get_shared_link_metadata` method, which returns an ID like this: id:mKIwYbAWl2A********Y0A
Unfortunately, with this ID, I can't do anything further. None of the methods accept it.
Going to each link and manually clicking the "Join folder" button is torture. There must be some way to automate this process, right?