Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
jieDai
5 years agoExplorer | Level 3
I had some problems
Hello,
Once i have integrated the Dropbox Objective-C SDK into my project; I got appkey is ht5jlmr230u0823, and i set up OAuth 2
Redirect URIs is https://db-ht5jlmr230u0823. and accoun...
jieDai
5 years agoExplorer | Level 3
Hello,
I'm running tests on the simulator. when I used createFolder, result is nil,routeError is nil,networkError is error.print log:
<DBFILESCreateFolderError: 0x600003a771c0>
DropboxHttpError[{
ErrorContent = "path/conflict/folder/..";
RequestId = ebdf556d699e4888a0808509712d1287;
StatusCode = 409;
UserMessage = nil;
}];
and when i used createFolderV2,result is nil,routeError is DBFILESCreateFolderError *0x0000600003a7e000,print log:
<DBFILESCreateFolderError: 0x600003a7e000>
DropboxHttpError[{
ErrorContent = "path/conflict/folder/.";
RequestId = 2479a33598ae4e909ac96a3032e4f606;
StatusCode = 409;
UserMessage = nil;
}];
Greg-DB
Dropbox Community Moderator
5 years agoA 'path/conflict/folder' error like this indicates "There’s a folder in the way". That is, the folder could not be created because there's already a folder at the specified path.
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
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, Facebook or Instagram.
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!