I am currently working on integrating a service into my Angular 2 application that interacts with the Dropbox service using Javascript SDK V2. Here is how my model is structured:
User creates a folder containing photos -> user shares the folder within the app
I need guidance on implementing a method to share this folder if it does not have a shared_folder_id
already assigned. How can I achieve this?