I have a pretty simple requirement. I need to write c# code to upload a file to an existing DropBox folder (or even a new one if necessary) that others have access to so that the new file will also be in their dropbox folder on their windows machine (windows explorer).
Per the documentation, I created an app and chose to have access to just a single folder. I then used a simple call to dbx.Files.UploadAsync() and that sort of worked.
It did upload the file and now, on my windows machine, in Windows Explorer I see a new folder in the root of my DropBox folder named "Apps." I can drill into it and see the file I uploaded. Great!
However, I can't see how to share the folder with other people so that they have access to it.
1. I can share the folder as a link but that is not what we want. I want others to have access to it, not share a link.
2. I went into the app and enabled additional users (can't remember how it was worded) but now the button just says "Unlink all users" and shows 1 of 500.
So, I think I am missing the process for how to upload a file into an existing DropBox folder that others in DropBox business have access to. Seems like it should be simple but I'm missing something obvious.
Any ideas?