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

shivam19's avatar
shivam19
Explorer | Level 3
5 years ago

empty response from copy api

https://api.dropboxapi.com/2/files/copy_v2 Two cases 1)  id of files in both the input "from_path" and "to_path",  2) id of folder in "from_path" id of a file in "to_path".  it gives EMPTY re...
  • Greg-DB's avatar
    Greg-DB
    5 years ago

    Thanks for the additional details! I'm able to reproduce this now.

    It looks like this can happen when you specify a "to_path" value of a ID for a file with an extra path component appended on ("/new" in your case). Since the file ID is already for a file, you can't add an extra path component. (Files can only be nested inside folders, not files.) I'll ask the team to return a better error in this case.

    Instead, you should supply the path where you want to put the file copy (like "/folder/newfile.ext"), or a file ID (like "id:FHpvNWBYUsAAAAAAAAAAdQ"), or the ID for a folder with a sub-path appended (like "id:ABC1234"/newfile.ext" where "id:ABC1234" is the ID for a folder).

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,888 PostsLatest Activity: 22 hours ago
326 Following

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!