Storage via dropbox/etc?
I already pay for storage via dropbox. Could Zotero use the dropbox API to store it's files?
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Upgrade Storage
It looks like it uses a SQL database. I understand syncing is an issue, but Dropbox doesn’t Dropbox have a function that pauses syncing while files are uploaded? And couldn’t you avoid race conditions by surrounding the function call with sleep functions?
For your personal My Library, you can also use the Zotfile plugin to move and organize attachment files in a Dropbox folder (this won’t work for files in a Group library).
See https://www.zotero.org/support/sync#alternative_syncing_solutions
I had been looking at options to access dropbox via webdav (there's "DropDav" at $5/month, "CloudHQ" at €118/year (or free with free dropbox) and a github repo "Perlence/dropbox-via-webdav" that's 3 years inactive).
Hmm.. fwiwf.. Not sure how connected you guys are to zotero file storage, but the reason I'm looking into this now is that my 2gb paid storage is nearly full and it feels a bit wrong to pay an extra $40 for more when I've a terrabyte to fill up on Dropbox. I don't know how the economics of that works for you guys (you clearly don't have the scale advantage of Dropbox), but with a lower price I'd be happy to pay a bit more...
https://remembereverything.org/syncing-zotero-with-dropbox-and-several-computers/
They give the example with Windows 7. For Mac computers with the default configuration you can:
0. Close Zotero!
1. Make a Zotero folder in your Dropbox folder
2. Move the storage folder from your home directory Zotero folder to the Dropbox Zotero folder
3. Use the ln -s command in Terminal to create a symlink
On the command line:
mkdir ~/Dropbox/Zotero
mv ~/Zotero/storage ~/Dropbox/Zotero/
ln -s ~Dropbox/Zotero/storage ~/Zotero/storage