-
Dropbox API2 Swift Examples
Hello, Been a while since I've lookd/worked with the dropbox API. I was discouraged the last time I dedicate more than a year on perfecting an app for Datastore API. (anyway).. I've looked at the v2 API. I wanted to look at a worthy example that shows some capabilities of api2. Mostly: I'm concerned about efficiency of 1.…
-
API v2 - Longpoll Objective C
Hello, I want a good example of a using ListFolderLongpoll, I am getting cursor errors and find little documentation as to how to receive changes notification. I am using ObjC SDK V2.
-
Transition from Dropbox Datastore API to API v2
Okay, The dates coming close when the datastore api will get deprecated. I need to think of a good way to transition my iOS app that essentially uses Dropbox Datastores as a way to store "text" notes and their attachments and another table houses the "Tags". All strings. I'd really like to know if anyone tried this…
-
Access Datastore from a Share Extension (iOS8)
My apologies to post during the holidays :p Ive been trying to get datastores work through a Share Extension somehow. I stumbled across this http://stackoverflow.com/questions/25990204/access-to-dropbox-datastore-from-ios8-widgets I think its possible only in the Core API SDK. Has some one tried to accomplish this? I…
-
Offtopic: To Check or Not to check for duplication. (DBDatastores)
This is purely off topic. Not dropbox related at all, but really this is a sync design question. (if this is against the rules, My apologies to the mods). I've been struggling with an idea to avoid saving duplicate DBRecords. We know that record.recordID is the main identifier. You can create it once in its life time and…
-
Datastore API & iOS8 Extensions
Hello guys, congrats on the new forum. I noticed all older questions were missing? Shouldnt they be migrated here? So I thought about reopening this question. The question of some clearer guidance on how to play with both Datastore SDK and iOS8 extensions. Theres a certain expectation from users now on iOS8. Sharing data…