New Datastore features! Shared datastores, local datastores, and datastore webhooks

// By Leah Culver • Sep 17, 2014

Update: The Sync and Datastore SDK has been deprecated. Learn more here.

Today we're happy to announce new features in the Datastore API. This is our biggest update since datastores launched last year!

The Datastore API includes three new features: shared datastores, local datastores and datastore webhooks.

Shared datastores

One of the most requested features for the Datastore API is the ability to share data between users. Now your app can share datastores with other Dropbox users by setting permissions and sending the datastore ID, usually by URL. Any Dropbox account with the correct permissions will then be able to access the shared datastore. You can find out more in the Datastore API documentation and tutorial.

Local datastores

Local datastores, which has been in preview since Datastore SDK 3.0, is now ready for production use. This feature lets your app use datastores without requiring a user to log in with Dropbox first. Data is stored locally until the user logs in with their Dropbox account, at which point everything is migrated to the cloud and synced cross-device. Find out more in the Datastore API documentation.

Datastore webhooks

In addition to our existing file webhooks, we've now added datastore webhooks. With datastore webhooks your web app will be notified right away when your users' datastores change. Simply register a webhook URI via the App Console and every time a user's datastores change, the webhook URI you specified will be sent a request telling it about the changes. You can find out more in the webhooks documentation.

Updated SDKs

All of our Sync SDKs and Datastore SDKs have been updated with bug fixes. We've also added support for iOS 8 and Android L to our mobile SDKs. Download a new version today!

Read more:

   


// Copy link