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

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -