-
"createFolder is deprecated. Use createFolder."
What is this message? There is a createFolderV2 in the headers, does it mean I should use that? Same thing with 'delete_': "delete_ is deprecated. Use delete_."
-
IOS app no longer linking to Dropbox, crashes
A customer emailed me this morning to tell me my app crashed now when trying to link to Dropbox. I tried unlinking and re-linking myself, and it does crash. I assume this is probably due to the TLS thing I see messages plastered about at the top of the forum... I saw a warning about that a while ago, but since I had just…
-
Attempt to relink Dropbox? keeps recurring
I updated my iOS app to use the latest Dropbox SDK over the weekend, and initially it seemed fine. But now I notice that whenever I go someplace new and reopen my app, it says my Dropbox account is no longer connected and I have to relink it. Any idea what would cause that to happen? The app thinks it is linked to an…
-
uploadURL unrecognized selector
I'm trying to upload my app's old Dropbox support to the newest SDK. Has uploadURL been killed? All I see is "upload" -- but there's no argument for the source file, so how do you use it? Some examples for how to use this stuff would be nice. DBRoulette is kind of useless for most purposes. EDIT: Ok I managed to find an…
-
Process to update SDK for iOS?
I am getting a crash when trying to upload a file -- I have not update my app in a year. What is the process to update the SDK? I think I used Carthage to get the SDK installed before... UPDATE: I tried "carthage update --platform iOS" in my project directory, and it looked like it was doing something. Its said "Cloning…
-
usersRoutes getCurrentAccount not returning
Hello, I'm trying to track down a sporadic issue that occurs when access to an internet connection is sporadic, or maybe when there's a Wifi Network but it requires a security login? In trying to reproduce this error, I am leaving my router on but turning off the cable modem to see if that will cause the problem.…
-
DropboxClientsManager authorizeFromController not doing anything
Hello, I'm having trouble presenting the Dropbox login to the user. I had it working some time ago, but today I tried it and nothing happens. I make this call and nothing happens. [DropboxClientsManager authorizeFromController:[UIApplication sharedApplication] controller:VC openURL:^(NSURL *url) { [[UIApplication…
-
How to compile and run the DBRoulette example for iOS
I'm trying to get a better handle on how to use the objective-C Dropbox SDK. How do you compile and run the Example project DBRoulette? I've tried opening the DBRoulette xcode project, but it cannot find the header file for the framework: /…
-
migrating from API 1 to 2 - how do I know if I have OAuth 1 tokens?
I am finally getting around to updating my OLD apps from the original Dropbox IOS API to the new one. I'm looking at the migration guide, and the first thing it says is to check my OAuth tokens to see if they are version 1 or 2. How do I know which I have? Also, the migration guide describes using the…
-
Does login ever leave app now?
Hi, I'm updating an old iOS app. In the old version, logging into Dropbox used to require launching the Dropbox app to login -- so it would leave the original app. But now it seems like the login happens within the app, in a popup window. Does that happen for all versions of iOS now, or does it still sometimes leave? How…