Learn how to make the most out of the Dropbox Community here 💙.
Forum Discussion
Bill P.3
9 years agoExplorer | Level 4
-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...
- 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.
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.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,966 PostsLatest Activity: 2 days ago
If 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!