objective c - iOS Dropbox SDK: Error Domain=NSURLErrorDomain Code=-1005 -


my code, in i'm uploading file dropbox, used work properly. make connection , had no problems whatsoever, seems it's not able make connection anymore , i'm getting "error domain=nsurlerrordomain code=-1005 "the operation couldn’t completed."

this line error seems occurring:

        [self.restclient uploadfile:filename topath:destdir withparentrev:nil frompath:localpath]; 

i've been using example given on dropbox core api website main reference, stuff comes directly example, , therefore not sure problem be.

edit: i'm getting following: "file upload failed error: error domain=dropbox.com code=401"


Comments

Popular posts from this blog

jQuery Mobile app not scrolling in Firefox -

c++ - How to add Crypto++ library to Qt project -

php array slice every 2th rule -