We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
AliLezama
7 years agoExplorer | Level 4
Not receiving responses
Hi, I'm new with the Api of DropBox in general. Right now I'm trying to integrate the api on my iOS app. I followed this steps I managed to get it working on Xcode Version 9.2 with Swift 3.2. I have...
- 7 years agoWhat version number of the Dropbox SDK do you have installed? The SDK doesn't have a `Dropbox.authorizedClient`, just `DropboxClientsManager.authorizedClient`.
(If you're not running the latest version, currently v4.5.0, please upgrade and try reproducing the issue again.)
Greg-DB
Dropbox Staff
Can you check if `client` is `nil`? It looks like you maybe meant to use `DropboxClientsManager.authorizedClient` instead of `Dropbox.authorizedClient`.
AliLezama
7 years agoExplorer | Level 4
Hi Greg, thanks for your help.
But as I mentioned when I run the test to create a folder on myDropBox it does create it, without response. When I try to get files I've checked the client and it isn't nil.
About the use of 'Dropbox.authorizedClient' instead of 'DropboxClientsManager.authorizedClient', is because xcode told me i didn't found the 'DropboxClientsManager.authorizedClient'.
I track the request response and on Alamofire the validate function does not return neither Success nor Failure. I'm going to try Alamofire request alone to see if theres a problem
- Greg-DB7 years agoDropbox StaffWhat version number of the Dropbox SDK do you have installed? The SDK doesn't have a `Dropbox.authorizedClient`, just `DropboxClientsManager.authorizedClient`.
(If you're not running the latest version, currently v4.5.0, please upgrade and try reproducing the issue again.)- AliLezama7 years agoExplorer | Level 4Thanks Greg, I don't know why but my cocoaPods had an error and did not download the last version of Dropbox SDK. Had to uninstall cocoa and reinstall and redownload everything, now i got it working and also I'm using DropboxClientsManager.
Sorry for the trouble and once again thanks.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 5 hours agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!