Learn how to make the most out of the Dropbox Community here 💙. 

Forum Discussion

SuryaMopuru's avatar
SuryaMopuru
Explorer | Level 3
3 years ago
Solved

Distinguish between duplicating a file and renaming a file

How can i distinguish between rename and duplicate. Currently this is how i am trying to do:  using (var dbx = new DropboxClient(RefreshToken, Appkey, Appsecret)) { try { var metadata = (await ...
  • Greg-DB's avatar
    Greg-DB
    3 years ago

    I'm not sure I follow. Dropbox provides these API calls/methods for performing whatever operations the third party app (your app) needs to perform, but it's up to the third party app to build and show its UI to the end-user, allow them to perform actions and provide input, and use its logic to determine what calls to make and when. So, for example, the user may indicate in your app that they want to move a file, or make a copy of a file, and the app would use the corresponding method accordingly.

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,965 PostsLatest Activity: 6 hours ago
360 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!