We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
BradHenderson
2 years agoExplorer | Level 4
Building a new app seeking advice on where to start looking
I am creating a mobile app for our "operators" to access a database held in our Dropbox. I will need them to access their database file, download it to their tablet, modify the file during their wor...
- 2 years ago
BradHenderson wrote:
... each operator will have their own database so there won’t be a conflict. ...Oh..🙂 That makes the thing easy. In such a case you're not limited in any way and can use whatever you want and convenient for you (including not to change anything done up to the moment).
BradHenderson wrote:
... So SDK is a preferred method? ...Yes, whenever possible (and when it doesn't disturb you) usage of SDK is a good idea. In spite currently not something mandatory, this will let you easy extend the functionality in the future if at some moment you would need to make a sync between different databases, for instance. Pros are that you wont need installed Dropbox application (your application will not depends on the other) and usage of SDK (compared to direct API) makes the things easier, since many parts of trivial coding are already done and ready for usage. So, select appropriate SDK(s) according to the platform(s) you will run your application on and go on.
Hope this helps.
BradHenderson
Explorer | Level 4
Thank you for your assistance each operator will have their own database so there won’t be a conflict. So SDK is a preferred method?
Thanks again
Thanks again
Здравко
2 years agoLegendary | Level 20
BradHenderson wrote:
... each operator will have their own database so there won’t be a conflict. ...
Oh..🙂 That makes the thing easy. In such a case you're not limited in any way and can use whatever you want and convenient for you (including not to change anything done up to the moment).
BradHenderson wrote:
... So SDK is a preferred method? ...
Yes, whenever possible (and when it doesn't disturb you) usage of SDK is a good idea. In spite currently not something mandatory, this will let you easy extend the functionality in the future if at some moment you would need to make a sync between different databases, for instance. Pros are that you wont need installed Dropbox application (your application will not depends on the other) and usage of SDK (compared to direct API) makes the things easier, since many parts of trivial coding are already done and ready for usage. So, select appropriate SDK(s) according to the platform(s) you will run your application on and go on.
Hope this helps.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!