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
Fenoma
3 years agoHelpful | Level 6
API Copy Folder Error
Hi, i succesfuly copy files from one folder to another with the copy_v2, but when I try to copy a whole folder, it throws me an error:
{"error_summary": "from_lookup/malformed_path/.", "error"...
- 3 years ago
I found the solution. Just need to remove the last "/" from both paths.
Bottom line, It should be this way to copy folders:
$from = "root/folderA/content";
$to = "/root/folderB/content";
Thanks!!
Fenoma
3 years agoHelpful | Level 6
I found the solution. Just need to remove the last "/" from both paths.
Bottom line, It should be this way to copy folders:
$from = "root/folderA/content";
$to = "/root/folderB/content";
Thanks!!
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,888 PostsLatest Activity: 2 days 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!