Hello,
I am using dropbox api(v2) in my ios objective c project.
I am facing issue while accessing folder named as Peter O'Brien , I tested various cases and it is only becase of having ' character in the folder name(it works fine otherwise). I have to use this folder name.
I am getting following error, can anyone give me solution on this? Please it is urgent for me.
ERROR:{
".tag" = path;
path = {
".tag" = "not_found";
};
}
DropboxHttpError[{
ErrorContent = "path/not_found/";
RequestId = 39a94fa07696a1b4b7b38d56d1dabb68;
StatusCode = 409;
UserMessage = nil;
}];