You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
DFCO
7 years agoNew member | Level 2
Reading sql table without downloading
As the title says, I want to have a large-ish database (which is 90% read-only), along with other similar accessible files, in dropbox. However, I also need it to stay there, without it being downloaded to any local machine.
The tricky part being that I'm not a real programmer and most places I've visited don't have an actual answer or my google-fu isn't strong enough to find an answer. I'm using vb because it's what I picked up recently to entertain myself...
Any help is appreciated, thanks in advance.
- The Dropbox API doesn't offer a way to read/query a SQL database stored on Dropbox directly. You'd have to download the entire file and then use it locally (and re-upload the new version if there are any changes). I'll pass this along as a feature request.
- Greg-DBDropbox StaffThe Dropbox API doesn't offer a way to read/query a SQL database stored on Dropbox directly. You'd have to download the entire file and then use it locally (and re-upload the new version if there are any changes). I'll pass this along as a feature request.
- DFCONew member | Level 2
This applies even to regular files, correct? I can't read them without downloading them locally, correct? Even a simple .txt file, I'd have to download it, alter it locally, then re-upload it? The idea is to keep local information to a minimum, after all.
I'll keep an eye out for future updates. Who knows if we get the ability to run sql commands through it, haha.
- Greg-DBDropbox StaffThat's correct, this works the same way for all file types.
About Discuss Dropbox Developer & API
Make connections with other developers
796 PostsLatest Activity: 2 days 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!