We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
Sritoma M.
11 years agoNew member | Level 1
File upload/download and database storage in Dropbox
Hi,
I am developing an app in iOS. My requirement is as follows:
I want to upload images and also download images. Also I want the ability to store the database structure in dropbox. So that if ...
Greg-DB
Dropbox Community Moderator
11 years agoBoth the Sync API and the Core API offer the ability to upload and download files to and from Dropbox, so either should work in this case. Can you elaborate on any specific issues you're experiencing?
Regarding your "database structure", this is probably also possible, depending on what exactly you mean and what you want to do. For example, you can store structured data using the Datastore API. The Datastore SDK and the Sync SDK for iOS are actually one and the same, so you can use both files and datastores functionality in the same app with that SDK.
Alternatively, if you're using a local database like SQLite, you could backup the database as a file.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If 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, Facebook or Instagram.
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!