Dropbox Datastore to API 2 Migration Error -


i'm trying provide way in ios app migrate existing datastore users new means of storing sqlite database file on dropbox via new v2 api (swiftydropbox).

i'm trying let them connect dropbox old datastore api with:

let accountmanager = dbaccountmanager.init(appkey: "...", secret: "...") dbaccountmanager.setsharedmanager(accountmanager) dbaccountmanager.sharedmanager().linkfromcontroller(self) 

i taken dropbox app on phone hit allow , return app , error:

error unknown: unable verify link request

will simultaneously able authenticate datastore api , new v2 api? if not, have suggestions on how access user's data out of datastore can put in own sqlite file?


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -