Hello Forum Members,
I have a project where I receive public URLs of files, and I need to save these files to a specific folder structure in Dropbox. The folder structure in Dropbox should be organized as follows: Parent > Year (dynamic) > Month (dynamic) > Number tokens (dynamic).
I'm wondering if it's possible to achieve this using the Dropbox API. Specifically, I want to be able to pass a URL to the API, and it should download the file and place it in the correct folder structure within Dropbox. If any of the dynamic directories (Year, Month, Number tokens) already exist, I'd like it to insert the file there without creating duplicate folders.
Could someone please point me in the right direction regarding which Dropbox API endpoints to use for such scenario? Has anyone had experience with a similar use case or can provide guidance on how to implement this with the Dropbox API? Any help or insights would be greatly appreciated.
Thank you in advance for your assistance!