Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
Hello!
I perform copy operation like this:
FROM_PATH = /sure/copyfile
TO_PATH = /sure/automat
sure is main folder inside sure there are two file copyfile and automat. In copyfile has a pic that I want to copy in automat, automat is empty but it trough this error.
@Adi4 As Здравко said, your destination path should include the destination file name as well, not just the parent folder.
So for example, it sounds like what you actually want is something like this instead:
TO_PATH = /sure/automat/copyfile
Hi @Adi4,
The behaviour, you described, is something normal (strange would be different one). When you copy something (either file or folder) the destination should not exist! It will be created on copying. When destination exists (folder in particular case), the error you're receiving is something normal. If you want to copy the contained file, better point it both in source and destination path.
If, by any chance, multiple files have to be copied, use batch version of 'copy'.
Hope this helps.
@Adi4 As Здравко said, your destination path should include the destination file name as well, not just the parent folder.
So for example, it sounds like what you actually want is something like this instead:
TO_PATH = /sure/automat/copyfile
Thank You !!
Hi there!
If you need more help you can view your support options (expected response time for a 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!