All that I have researched integrating Dropbox iOS SDK requires logging in to authenticate/authenticate a user.
But this is what I want to accomplish
- Use only one user account. (Without authorization)
- Create a random public folder(in same account) and upload files to that folder.
- Get the folder link.
It's basically sending generated files from the app to an account.
How can I possibly do this?