You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

Bill P.3's avatar
Bill P.3
Explorer | Level 4
9 years ago

-999 "cancelled" Error

API: SwiftyDropbox version 4.1.0.    Whenever the client.files.listFolder endpoint is execute the following error message is received:   Error Domain=NSURLErrorDomain Code=-999 "cancelled" UserIn...
  • Greg-DB's avatar
    Greg-DB
    9 years ago

    Thanks, that's helpful! It looks like the issue here is that you're building the client inside the IBAction, and it's going out scope before the API call can finish. Trying defining your client outside the IBAction so that it doesn't get lost.