syncapi

Latest

  • Dropbox announces the Dropbox Platform, syncing with third-party apps, Mailbox integration

    by 
    Nicole Lee
    Nicole Lee
    07.09.2013

    At Dropbox's first DBX developer conference in San Francisco, CEO Drew Houston announced the Dropbox Platform, a suite of developer tools that makes it easier for apps to sync data -- not just files and folders -- across devices and operating systems. Built on top of the Sync API, Houston said the new Dropbox Platform is designed to "replace the hard drive" and that "sync is the new save." A key component of this is the Datastore API, which lets you sync data like contacts, to-do items and game state -- so you can save your Angry Birds progress across your different gadgets for example. Another tool is known as a "Drop-in," which consists of a few lines of code that developers could use for cross-platform compatibility. Two such drop-ins are the "Chooser," which gives apps instant access to files in Dropbox, and the "Saver," which provides one-click saving to the cloud. These have been around already for the web, but are just now available for native iOS and Android apps. Some of the third-party companies that have already signed onto the new Dropbox Platform include Shutterstock, PicMonkey, Asana, Yahoo Mail, Animoto, 1Password, CloudOn, FedEx and Fargo. As part of the announcement, Dropbox also touted a new feature for Mailbox -- that much-hyped email app that Dropbox bought in March. It'll finally be able to send attachments directly from within the app, which is something that even the default iOS client can't do. All you'll have to do is tap the paper clip icon to open a list of Dropbox files, select your item and away you go. However, we've not yet heard just when this app update will roll out -- we've included a screenshot of the Mailbox interface after the break to sate your curiosity for now. As for the developers amongst you, feel free to head to the source to get more details on how to get your app to play nice with the new goodies from Dropbox. Update: Looks like the Mailbox app has been updated with Dropbox integration. We've included a link to the app in the App Store link below.

  • Dropbox announces Sync API for Android and iOS

    by 
    Terrence O'Brien
    Terrence O'Brien
    02.06.2013

    The lives of devs eager to take advantage of storage in the cloud are about to get a whole lot easier thanks to Dropbox's new Sync API. The tool streamlines the process of integrating with the service, offloading most of the heavy lifting onto Dropbox itself. Now, that's not entirely new, since Dropbox has been open to other app makers for sometime. The big sell here are the actual syncing capabilities. Until now, apps have been able to tap into your online well of files, but syncing has always been a dev-implemented process built on top of the existing APIs. The downloading, storing, change tracking and uploading were all the responsibility of the developer. The Sync API does away with the much of the set up work and allows the creation of apps that simply sync across platforms without any hacking or jury-rigging. Apps can simply ask if you want to sync with Dropbox now and the act of creating and maintaining a folder won't necessitate any further user input (though, it still can if the dev so chooses). The API is available today, and the first program to take advantage of the private in-app Dropbox client, Squarespace Note is awaiting approval before landing in the App Store. For more, check out the blog post at the source. Update: As some of you may have noticed the source link was missing. Sorry for the inconvenience.