You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
donaldp
6 years agoCollaborator | Level 9
ApiException`1: path/conflict/folder/ error on fresh installation of SimpleTest
Was having some issues with Dropbox, so decided to go back to basics, and found even SimpleTest wasn't working, so I deleted and recloned, changed only the apikey in SimpleTest, and this time I manag...
- 6 years ago
This error message indicates that the operation (e.g., uploading a file or creating a folder) couldn't be completed because there is already a folder at the specified path.
The .NET SDK 'SimpleTest' examples uses a folder named "DotNetApi" in the root of the connected Dropbox account to store the test files, so this error would be referring to that folder (or something under that folder), not the "dropbox-sdk-dotnet" SDK folder itself. (If the app key is for an app with the "app folder" permission, this would be created inside the special "app folder", by default at /Apps/<app folder name>, automatically made for the app.)
To avoid this, you can delete the entire "DotNetApi" folder in the connected Dropbox account to start over.
Greg-DB
Dropbox Staff
This error message indicates that the operation (e.g., uploading a file or creating a folder) couldn't be completed because there is already a folder at the specified path.
The .NET SDK 'SimpleTest' examples uses a folder named "DotNetApi" in the root of the connected Dropbox account to store the test files, so this error would be referring to that folder (or something under that folder), not the "dropbox-sdk-dotnet" SDK folder itself. (If the app key is for an app with the "app folder" permission, this would be created inside the special "app folder", by default at /Apps/<app folder name>, automatically made for the app.)
To avoid this, you can delete the entire "DotNetApi" folder in the connected Dropbox account to start over.
donaldp
6 years agoCollaborator | Level 9
Ah, I hadn't even noticed it had put that folder there. Deleted and fixed. Thanks!
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,920 PostsLatest Activity: 6 minutes ago
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 or Facebook.
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!