We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

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.