I have a shared folder with a URL like:
https://www.dropbox.com/sh/{first gibberish}/{Second Gibberish}?dl=0
Using the API there will folders and subfolders created there. I was hoping to be able to directly link to those folders with URLs like:
https://www.dropbox.com/sh/{first gibberish}/{Second Gibberish}/Test?dl=0 where Test is the name of a subfolder. That does not seem to work since the URL for the subfolder is:
https://www.dropbox.com/sh/{first gibberish}/{Different Gibberish}/Test?dl=0 and I don't know the Different Gibberish. I don't have access to any responses the API may send when creating the subfolders.
If a user has the link to the shared parent folder, shouldn't they be able to easily link to the subfolders? Is there a way to directly linking to subfolders only knowing the shared URL to the parent folder and the names of the subfolders?