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" UserInfo={NSErrorFailingURLKey=https://api.dropbox.com/2/files/list_folder, NSLocalizedDescription=cancelled, NSErrorFailingURLStringKey=https://api.dropbox.com/2/files/list_folder}
I am able to authenticate but cannot successfully execute any endpoints. Any idea what generates this error? Thanks.