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
vaishali1
8 years agoExplorer | Level 3
Copy function having the from and to path issue
I am using dropbox php SDK and using copy function i am trying to copy one folder to another folder but in response i am getting following error: For copy function i am giving from path like "/test" ...
- 8 years ago
Per the /2/files/copy_v2 documentation, a `to/conflict/folder` error indicates that the operation failed because there's a folder in the way.
In your example, that means that there's already a folder at "/abc".
Note that you need to specify the full desired destination path, including name, in `to_path`. That is, in this case, if you wanted to move the "test" folder inside the already-existing "abc" folder, your `to_path` should be "/abc/test".
Greg-DB
8 years agoDropbox Staff
Per the /2/files/copy_v2 documentation, a `to/conflict/folder` error indicates that the operation failed because there's a folder in the way.
In your example, that means that there's already a folder at "/abc".
Note that you need to specify the full desired destination path, including name, in `to_path`. That is, in this case, if you wanted to move the "test" folder inside the already-existing "abc" folder, your `to_path` should be "/abc/test".
- vaishali18 years agoExplorer | Level 3
Thanks Greg for your help. My issue get sloved.
:slight_smile:
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,884 PostsLatest Activity: 7 hours agoIf 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!