Hello,
I am developping a swift application for IOS (Ipad) using the dropbox api.
I create a new dropbox account and setup the application with it.
In my application i need to transfert files to as specific folder that a create with this account.
The problem is that if a user already has a dropbox account and sign with it when he transfers the files, they will be in his directory.
How can i use the same folder for every users ? so that the files will always be uploaded to the same folder ?
Is it possible to have a shared directory with several users that i can use it in my application to upload files ?
Thanks in advance
Thomas