Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Dropbox API have different working modes to use it: just upload files as backup, explore the system file, have full access to dropbox, etc.</p> <p>You can take a look in their web: <a href="https://www.dropbox.com/developers" rel="nofollow">https://www.dropbox.com/developers</a></p> <p>They have drop ins, which allow you to save to dropbox or load files: <a href="https://www.dropbox.com/developers/dropins" rel="nofollow">https://www.dropbox.com/developers/dropins</a></p> <p>Datastore: These days, your app needs to store and sync more than just files. With the Datastore API, structured data like contacts, to-do items, and game state can be synced effortlessly. Datastores support multiple platforms, offline access, and automatic conflict resolution. <a href="https://www.dropbox.com/developers/datastore" rel="nofollow">https://www.dropbox.com/developers/datastore</a></p> <p>Sync API: Work with files on Dropbox through a familiar, file system-like interface. The Sync API takes care of syncing and notifying you of remote changes so your app can respond instantly. It also handles caching, network flakiness, and offline logic so you don't have to. <a href="https://www.dropbox.com/developers/sync" rel="nofollow">https://www.dropbox.com/developers/sync</a></p> <p>And Core API, which give you the access to everything in the most low level <a href="https://www.dropbox.com/developers/core" rel="nofollow">https://www.dropbox.com/developers/core</a></p> <p>About box, they have differents API so they are not compatible. You'll need to manage each thing in different way, but as I can see (I have in mind to implement it too), it works in a similar way to dropbox.</p> <p>Here you can see all the information: <a href="http://developers.box.com/sdks/" rel="nofollow">http://developers.box.com/sdks/</a> and you have a tutorial here: <a href="http://developers.box.com/box-ios-sdk-tutorial/" rel="nofollow">http://developers.box.com/box-ios-sdk-tutorial/</a> I can't tell you more because I haven't started to implement it.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload